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


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

    Property Value

    Columns object containing the columns in this row header
    Remarks
    This property is available at run time only.
    Example
    This example creates a row header and draws a red dotted border around the first column of the row header.
    See Also