Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowClipInfoRange Class / RowClipInfoRange Constructor
Number of rows


In This Topic
    RowClipInfoRange Constructor
    In This Topic
    Creates a new RowClipInfoRange object with the specified number of rows.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rowCount As Integer _
    )
    'Usage
     
    
    Dim rowCount As Integer
     
    Dim instance As New RowClipInfoRange(rowCount)
    public RowClipInfoRange( 
       int rowCount
    )

    Parameters

    rowCount
    Number of rows
    See Also