[]
Gets a string that contains an absolute reference to this column 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 column 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 column in the current reference style.
public string ToString(Column relativeTo)
Public Function ToString(relativeTo As Column) As String
Type | Name | Description |
---|---|---|
Column | relativeTo | Column to use for computing the relative reference |
Type | Description |
---|---|
string |
Type | Condition |
---|---|
ArgumentNullException | Column is not specified or is not valid; must provide a valid Column object |
Gets a string that contains a relative reference to this column in the specified reference style.
public string ToString(Column relativeTo, ReferenceStyle referenceStyle)
Public Function ToString(relativeTo As Column, referenceStyle As ReferenceStyle) As String
Type | Name | Description |
---|---|---|
Column | relativeTo | Column to use for computing the relative reference |
ReferenceStyle | referenceStyle | Reference style |
Type | Description |
---|---|
string |
Type | Condition |
---|---|
ArgumentNullException | Column is not specified or is not valid; must provide a valid Column object |