TxtLoadOptions.HeaderColumnsCount

TxtLoadOptions.HeaderColumnsCount property

The count of header columns to be repeated for extended sheets.

public int HeaderColumnsCount { get; set; }

Remarks

The header columns specified by this property will be duplicated for those extended sheets. This property only takes effect when ExtendToNextSheet is true.

See Also