Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetCorner Class / Columns Property
Example


In This Topic
    Columns Property (SheetCorner)
    In This Topic
    Gets a Columns object for the columns in the sheet corner.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As Columns
    'Usage
     
    
    Dim instance As SheetCorner
    Dim value As Columns
     
    value = instance.Columns
    public Columns Columns {get;}

    Property Value

    Columns object containing the columns in the sheet corner
    Example
    This example modifies the appearance of the sheet corner.
    See Also