ITokenList.RemoveAt Method
Removes the token at index.
Syntax
Unit: FlexCel.Core
procedure ITokenList.RemoveAt(const index: Integer); virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
index |
Integer |
Zero based index of the token that should be removed. |
See also