Removes a row at the specified position from a table.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void RemoveAt(
int firstRowIndex,
bool withAttachedRows
)
Public Sub RemoveAt (
firstRowIndex As Integer,
withAttachedRows As Boolean
)
public:
void RemoveAt(
int firstRowIndex,
bool withAttachedRows
)
member RemoveAt :
firstRowIndex : int *
withAttachedRows : bool -> unit
Parameters
-
firstRowIndex
-
Type:
System
Int32
Index of a row to delete.
-
withAttachedRows
-
Type:
System
Boolean
True to delete also all attached rows.
See Also