Aspose::Cells::Cells::GetMinDataColumn method

Cells::GetMinDataColumn method

Minimum column index of cell which contains data.

int32_t Aspose::Cells::Cells::GetMinDataColumn()

Remarks

-1 will be returned if there is no cell which contains data. This property needs to iterate and check all cells in a worksheet, so it is a time-consumed progress and should not be invoked repeatedly.

See Also