Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / RowSpan Property


In This Topic
    RowSpan Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property RowSpan As Integer
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As Integer
     
    instance.RowSpan = value
     
    value = instance.RowSpan
    public new int RowSpan {get; set;}
    See Also