TableCellCollectionRemoveAt Method |
Removes the
TableCell at the specified index of the collection.
Namespace:
GemBox.Presentation.Tables
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 23.0.35.1026
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Parameters
- index
- Type: SystemInt32
The zero-based index of the TableCell to remove.
Exceptions
See Also