Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / ColumnSpan Property


In This Topic
    ColumnSpan Property (CellInfo)
    In This Topic
    Gets or sets the number of columns spanned.
    Syntax
    'Declaration
     
    
    Public Property ColumnSpan As Integer
    'Usage
     
    
    Dim instance As CellInfo
    Dim value As Integer
     
    instance.ColumnSpan = value
     
    value = instance.ColumnSpan
    public int ColumnSpan {get; set;}
    See Also