InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / GridCell Class / RowSpan Property

In This Topic
    RowSpan Property (GridCell)
    In This Topic
    Gets or sets a value that indicates the total number of rows that cell spans within a grid.
    Syntax
    'Declaration
     
    Public Property RowSpan As Integer
    public int RowSpan {get; set;}
    See Also