Xbasic
helper::GoogleSheetGetAutoIncrementColumn Method
Syntax
GetAutoIncrementColumn as N(ti as P)
Arguments
- tiPointer
Returns
- resultNumeric
Description
The GetAutoIncrementColumn method retrieves the index of the auto-increment column for a given table.
Discussion
This method returns a numeric value representing the position of the auto-increment column based on the provided table pointer.
Example