| 
 | 
 | 
 | 
| 
        | RowHeaders Property, FootersClass Class | 
Returns the array of row headers available in the footer area.
Syntax FootersClass Class (Softelvdm.SftTreeNET)
| VB | Public ReadOnly Property RowHeaders As RowHeaderClass() | 
| C# | public RowHeaderClass[] RowHeaders { get; } | 
| C++ | public: property array<RowHeaderClass^>^ RowHeaders { | 
Property Value
The array of row headers.
Comments
The RowHeaders property returns the array of row headers available in the footer area.
Each row in the column footer area contains a row header. Row headers are only visible if the RowHeaders.Width property is greater than 0.