Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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)
    int GetVisibleCount( 
       int totalCount
    )

    Parameters

    totalCount
    See Also