TableObject.RowNumbers Property

Definition

Specifies if row numbers are added as the first column of the specified query table. Boolean (bool in C#) Read/Write

public:
 property bool RowNumbers { bool get(); void set(bool value); };
public bool RowNumbers { get; set; }
Public Property RowNumbers As Boolean

Property Value

Applies to