| SpreadsheetReaderItem Property (Int32, Int32) |
Returns the column value at the given record and column indexes.
Namespace: DataStreams.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public string this[
int record,
int column
] { get; }
Public ReadOnly Default Property Item (
record As Integer,
column As Integer
) As String
Get
Parameters
- record
- Type: SystemInt32
- column
- Type: SystemInt32
Property Value
Type:
StringSee Also