IGridItemProvider.ColumnSpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of columns that are spanned by a cell or item.
public:
property int ColumnSpan { int get(); };
int ColumnSpan();
public int ColumnSpan { get; }
var int32 = iGridItemProvider.columnSpan;
Public ReadOnly Property ColumnSpan As Integer
Property Value
Int32
int
The number of columns.