| SpreadsheetReaderColumnCount Property |
Returns the count of columns found on the current record when looping
with the
ReadRecord method.
Namespace: DataStreams.CommonAssembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax public int ColumnCount { get; }
Public ReadOnly Property ColumnCount As Integer
Get
Property Value
Type:
Int32See Also