Gets or sets the number of leading blank cells in the first row of the grid.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.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.

See Also