Spread for ASP.NET 12 Product Documentation
GetVisible Method (ISheetAxisModel)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > ISheetAxisModel Interface : GetVisible Method
Row or column index
Gets whether the control displays the specified row or column.
Syntax
'Declaration
 
Function GetVisible( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As ISheetAxisModel
Dim index As Integer
Dim value As Boolean
 
value = instance.GetVisible(index)
bool GetVisible( 
   int index
)

Parameters

index
Row or column index
See Also

Reference

ISheetAxisModel Interface
ISheetAxisModel Members