Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class / RowSpan Property


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

    Property Value

    The row span.
    See Also