Spread for ASP.NET 12 Product Documentation
ColumnCount Property (CellRange)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > CellRange Class : ColumnCount Property
Gets the number of columns in the range.
Syntax
'Declaration
 
Public ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As CellRange
Dim value As Integer
 
value = instance.ColumnCount
public int ColumnCount {get;}
See Also

Reference

CellRange Class
CellRange Members