SSpread.GetFirstValidCell Method
| Explanation | Gets the column number and row number of the first valid cell. You can look up the first valid cell, excluding hidden cells, such as when the row height or column width is 0. If the EditModePermanent property is $TRUE, locked cells, label-type, and picture-type cells are not treated as valid cells. | ||||||||||
| Call format | GetFirstValidCell() | ||||||||||
| Return value | Record object with the following child objects
| ||||||||||
| Arguments | None | ||||||||||
| Exception | EXT-28 | An error occurred in the GetFirstValidCell method | |||||||||
| Example of use | | ||||||||||
| Related item | CellType, ColWidth, EditModePermanent, Lock, RowHeight properties GetLastValidCell method | ||||||||||