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


Columns Property (RowHeader)
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

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