public abstract RecordCellValue this[ int index ]; {get;}
Parameters
- index
- The zero-based index of the cell.
public abstract RecordCellValue this[ int index ]; {get;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is not in the range [0, this.RecordArity - 1] |
Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed