Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / AddRowViewport(Int32,Double) Method
The row viewport index to add.
The row viewport height.


In This Topic
    AddRowViewport(Int32,Double) Method
    In This Topic
    Adds a new row viewport to the control.
    Syntax
    'Declaration
     
    Public Sub AddRowViewport( _
       ByVal rowViewportIndex As Integer, _
       ByVal viewportHeight As Double _
    ) 
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim rowViewportIndex As Integer
    Dim viewportHeight As Double
     
    instance.AddRowViewport(rowViewportIndex, viewportHeight)
    public void AddRowViewport( 
       int rowViewportIndex,
       double viewportHeight
    )

    Parameters

    rowViewportIndex
    The row viewport index to add.
    viewportHeight
    The row viewport height.
    See Also