TxtLoadOptions.HeaderRowsCount

TxtLoadOptions.HeaderRowsCount property

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

public int HeaderRowsCount { get; set; }

Remarks

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

See Also