Gets or sets the number of leading blank cells in the first row of the grid.
Namespace:
C1.XamlAssembly: C1.Xaml (in C1.Xaml.dll)
Syntax
| C# |
|---|
public int FirstColumn { get; set; } |
| Visual Basic |
|---|
Public Property FirstColumn As Integer Get Set |
Remarks
The default value is 0. The value of the FirstColumn must be less than the value of the Columns property to work correctly.