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


In This Topic
    Columns Property (FpSpread)
    In This Topic
    Gets the columns in the client area of the active sheet in the Spread component.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Columns As Columns
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Columns
     
    value = instance.Columns
    public Columns Columns {get;}

    Property Value

    Columns object containing the columns in the data area of the currently selected sheet.
    Remarks
    This property is available at run time only.
    Example
    This example changes the background color of the first of the columns using the Columns property.
    See Also