FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / CellRange Structure / RowSpan Property

In This Topic
    RowSpan Property (CellRange)
    In This Topic
    Gets or sets the number of rows in CellRange.
    Syntax
    'Declaration
     
    Public Property RowSpan As Integer
    public int RowSpan {get; set;}
    See Also