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


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

    Property Value

    The row span.
    See Also