Spread Windows Forms 12.0 Product Documentation
ColumnCount Property (ReferenceExpression)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > ReferenceExpression Class : ColumnCount Property
Gets the number of columns in the reference.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property ColumnCount As Integer
'Usage
 
Dim instance As ReferenceExpression
Dim value As Integer
 
value = instance.ColumnCount
public abstract int ColumnCount {get;}

Property Value

Integer number of columns
See Also

Reference

ReferenceExpression Class
ReferenceExpression Members