[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Row.ToString

ToString Method

ToString()

Gets a string that contains an absolute reference to this row in the current reference style.

Declaration
public override string ToString()
Public Overrides Function ToString() As String
Returns
Type Description
string
Overrides

ToString(ReferenceStyle)

Gets a string that contains a reference to this row in the specified reference style.

Declaration
public string ToString(ReferenceStyle referenceStyle)
Public Function ToString(referenceStyle As ReferenceStyle) As String
Parameters
Type Name Description
ReferenceStyle referenceStyle

Reference style

Returns
Type Description
string

ToString(Row)

Gets a string that contains a relative reference to this row in the current reference style.

Declaration
public string ToString(Row relativeTo)
Public Function ToString(relativeTo As Row) As String
Parameters
Type Name Description
Row relativeTo

Row to use for computing the relative reference

Returns
Type Description
string

ToString(Row, ReferenceStyle)

Gets a string that contains a relative reference to this cell in the specified reference style.

Declaration
public string ToString(Row relativeTo, ReferenceStyle referenceStyle)
Public Function ToString(relativeTo As Row, referenceStyle As ReferenceStyle) As String
Parameters
Type Name Description
Row relativeTo

Row to use for computing the relative reference

ReferenceStyle referenceStyle

Reference style

Returns
Type Description
string
Exceptions
Type Condition
ArgumentNullException

Row is not specified or is not valid; must provide a valid Row object