Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1UniformGrid Class / FirstColumn Property

In This Topic
    FirstColumn Property
    In This Topic
    Gets or sets the number of leading blank cells in the first row of the grid.
    Syntax
    'Declaration
     
    
    Public Property FirstColumn As Integer
    public int FirstColumn {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