Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / ToString Method


In This Topic
ToString Method (RowHeader)
In This Topic
Gets a string that contains a reference to the row header (always returns null).
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 
'Usage
 
Dim instance As RowHeader
Dim value As String
 
value = instance.ToString()
See Also