Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IOptimizedSheetAxisModelSupport Interface / GetVisibleCount Method


In This Topic
GetVisibleCount Method
In This Topic
Gets the visible row or column count.
Syntax
'Declaration
 
Function GetVisibleCount( _
   ByVal totalCount As Integer _
) As Integer
 
'Usage
 
Dim instance As IOptimizedSheetAxisModelSupport
Dim totalCount As Integer
Dim value As Integer
 
value = instance.GetVisibleCount(totalCount)

Parameters

totalCount
See Also