FsCell Type
Constructors
Constructor | Description |
Full Usage:
FsCell(value, ?dataType, ?address)
Parameters:
IConvertible
?dataType : DataType
?address : FsAddress
Returns: FsCell
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.Address
|
|
Full Usage:
this.ColumnNumber
|
|
|
|
|
|
|
|
Full Usage:
this.DataType
|
|
Full Usage:
this.RowNumber
|
|
Full Usage:
this.SetValueAs
Parameters:
obj
|
|
|
|
Full Usage:
this.Value
|
|
Full Usage:
this.ValueAsBool
Returns: bool
|
|
Full Usage:
this.ValueAsChar
Returns: char
|
|
|
|
Full Usage:
this.ValueAsDecimal
Returns: decimal
|
|
Full Usage:
this.ValueAsDouble
Returns: float
|
|
Full Usage:
this.ValueAsFloat
Returns: float
|
|
|
|
Full Usage:
this.ValueAsInt
Returns: int
|
|
Full Usage:
this.ValueAsLong
Returns: int64
|
|
Full Usage:
this.ValueAsString
Returns: string
|
|
Full Usage:
this.ValueAsUInt
Returns: uint32
|
|
Full Usage:
this.ValueAsULong
Returns: uint64
|
Static members
Static member | Description |
|
|
|
|
Full Usage:
FsCell.create rowNumber colNumber value
Parameters:
int
colNumber : int
value : 'a
Returns: FsCell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|