Input for WinForms | ComponentOne
C1.Framework Namespace / GridCell Class / RowSpan Property

In This Topic
    RowSpan Property
    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