Click or drag to resize
SpreadsheetReaderItem Property (Int32, Int32)
Returns the column value at the given record and column indexes.

Namespace: DataStreams.Common
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public string this[
	int record,
	int column
] { get; }

Parameters

record
Type: SystemInt32
column
Type: SystemInt32

Property Value

Type: String
See Also