Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetCorner Class / ColumnCount Property


In This Topic
    ColumnCount Property (SheetCorner)
    In This Topic
    Gets or sets the number of columns in the sheet corner.
    Syntax
    'Declaration
     
    
    Public Property ColumnCount As Integer
    'Usage
     
    
    Dim instance As SheetCorner
    Dim value As Integer
     
    instance.ColumnCount = value
     
    value = instance.ColumnCount
    public int ColumnCount {get; set;}
    Exceptions
    ExceptionDescription
    Specified column count is less than 0 or greater than 256.
    See Also