Spread WPF 17
GrapeCity.Excel Namespace / IRange Interface / RowSpan Property


In This Topic
    RowSpan Property (IRange)
    In This Topic
    Gets the row span of the range.
    Syntax
    'Declaration
     
    ReadOnly Property RowSpan As Integer
    'Usage
     
    Dim instance As IRange
    Dim value As Integer
     
    value = instance.RowSpan
    int RowSpan {get;}

    Property Value

    The row span.
    See Also