Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / SheetSpanModelEventArgs Class / ColumnCount Property


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