Aspose::Cells::Cells::GetMaxDataRow method
Cells::GetMaxDataRow method
Maximum row index of cell which contains data.
int32_t Aspose::Cells::Cells::GetMaxDataRow()
Remarks
Return -1 if there is no cell which contains data. This property needs to iterate and check cells and rows dynamically, so it is a time-consumed progress and should not be invoked repeatedly, such as using it directly as condition in a loop.
See Also
- Class Vector
- Class Cells
- Namespace Aspose::Cells
- Library Aspose.Cells for C++