Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSpanModelChangingEventArgs Class / ColumnCount Property


In This Topic
    ColumnCount Property (SheetSpanModelChangingEventArgs)
    In This Topic
    Gets the number of columns affected.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnCount As Integer
    'Usage
     
    Dim instance As SheetSpanModelChangingEventArgs
    Dim value As Integer
     
    value = instance.ColumnCount
    public int ColumnCount {get;}
    See Also