column property
The column position where this delimiter should be inserted.
- Values < 0: Insert at the beginning (before first column)
- Values >= number of columns: Insert at the end (after last column)
- Other values: Insert at the specified position
Defaults to 1 (between first and second column).
Implementation
final int column;