FsAddress Type
Constructors
Constructor | Description |
|
|
Full Usage:
FsAddress(rowNumber, columnNumber)
Parameters:
int
columnNumber : int
Returns: FsAddress
|
|
Full Usage:
FsAddress(rowNumber, columnLetter, fixedRow, fixedColumn)
Parameters:
int
columnLetter : string
fixedRow : bool
fixedColumn : bool
Returns: FsAddress
|
|
Full Usage:
FsAddress(rowNumber, columnNumber, fixedRow, fixedColumn)
Parameters:
int
columnNumber : int
fixedRow : bool
fixedColumn : bool
Returns: FsAddress
|
|
Instance members
Instance member | Description |
Full Usage:
this.Address
|
|
Full Usage:
this.ColumnNumber
|
|
Full Usage:
this.Compare
Parameters:
FsAddress
Returns: bool
Returns true if both FsAddresses are equal.
|
|
|
|
Full Usage:
this.FixedColumn
Returns: bool
|
|
Full Usage:
this.FixedRow
Returns: bool
|
|
Full Usage:
this.RowNumber
|
|
Full Usage:
this.ToIndices
Returns: int * int
A tuple consisting of the rowIndex (fst) and the columnIndex (snd).
|
|
Full Usage:
this.UpdateIndices
Parameters:
int
colIndex : int
|
Static members
Static member | Description |
|
|
|
|
Full Usage:
FsAddress.toIndices address
Parameters:
FsAddress
Returns: int * int
A tuple consisting of the rowIndex (fst) and the columnIndex (snd).
|
|
|