FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / ColumnSpan Property


In This Topic
ColumnSpan Property (Cell)
In This Topic
Gets or sets the number of columns spanned by this cell.
Syntax
'Declaration
 
Public Property ColumnSpan As Integer
 
'Usage
 
Dim instance As Cell
Dim value As Integer
 
instance.ColumnSpan = value
 
value = instance.ColumnSpan
See Also