TableToRangeOptions Class
TableToRangeOptions class
Represents the options when converting table to range.
type TableToRangeOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewTableToRangeOptions | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetLastRow | Gets and sets the last row index of the table. |
SetLastRow | Gets and sets the last row index of the table. |