Aspose::Cells::TxtLoadOptions::GetMaxRowCount method
TxtLoadOptions::GetMaxRowCount method
The maximum count of rows to be imported for one sheet.
int32_t Aspose::Cells::TxtLoadOptions::GetMaxRowCount()
Remarks
Those rows exceeding this limit will be ignored or extended to next sheet according to ExtendToNextSheet. This count includes the header rows(HeaderRowsCount). The maximum allowed value of it is the row limit of corresponding file format, such as for xlsx file it 1048576. If this property has not been specified or the specified value is not positive, then the maximum limit will be used too.
See Also
- Class Vector
- Class TxtLoadOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++