Spread Windows Forms 12.0 Product Documentation
GetRowVisibles Method


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > CalcReference Class : GetRowVisibles Method
Gets an array of boolean values that specifies visible state of rows.
Syntax
'Declaration
 
Public Overridable Function GetRowVisibles() As Boolean()
'Usage
 
Dim instance As CalcReference
Dim value() As Boolean
 
value = instance.GetRowVisibles()
public virtual bool[] GetRowVisibles()

Return Value

An array of boolean value that could be null
See Also

Reference

CalcReference Class
CalcReference Members