[]
Gets a string that contains an absolute reference to this row in the current reference style.
public override string ToString()
Public Overrides Function ToString() As String
Type | Description |
---|---|
string |
Gets a string that contains a reference to this row in the specified reference style.
public string ToString(ReferenceStyle referenceStyle)
Public Function ToString(referenceStyle As ReferenceStyle) As String
Type | Name | Description |
---|---|---|
ReferenceStyle | referenceStyle | Reference style |
Type | Description |
---|---|
string |
Gets a string that contains a relative reference to this row in the current reference style.
public string ToString(Row relativeTo)
Public Function ToString(relativeTo As Row) As String
Type | Name | Description |
---|---|---|
Row | relativeTo | Row to use for computing the relative reference |
Type | Description |
---|---|
string |
Gets a string that contains a relative reference to this cell in the specified reference style.
public string ToString(Row relativeTo, ReferenceStyle referenceStyle)
Public Function ToString(relativeTo As Row, referenceStyle As ReferenceStyle) As String
Type | Name | Description |
---|---|---|
Row | relativeTo | Row to use for computing the relative reference |
ReferenceStyle | referenceStyle | Reference style |
Type | Description |
---|---|
string |
Type | Condition |
---|---|
ArgumentNullException | Row is not specified or is not valid; must provide a valid Row object |