ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml 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 System.Integer
    public System.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