Spread for ASP.NET 12 Product Documentation
ColumnSpan Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : ColumnSpan Property
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
public int ColumnSpan {get; set;}
See Also

Reference

Cell Class
Cell Members