ComponentOne Basic Library for WPF and Silverlight
FirstColumn Property


C1.Silverlight Namespace > C1UniformGrid Class : FirstColumn Property
Gets or sets the number of leading blank cells in the first row of the grid.
Syntax
'Declaration
 
Public Property FirstColumn As System.Integer
'Usage
 
Dim instance As C1UniformGrid
Dim value As System.Integer
 
instance.FirstColumn = value
 
value = instance.FirstColumn
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

Reference

C1UniformGrid Class
C1UniformGrid Members