Spread for ASP.NET 11 Product Documentation
ToString Method (RowHeader)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > RowHeader Class : ToString Method
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()
public override string ToString()

Return Value

String containing cell reference for row header. This implementation returns null.
See Also

Reference

RowHeader Class
RowHeader Members