Remove cell set from collection.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic void RemoveRange(
int index,
int count
)
Public Sub RemoveRange (
index As Integer,
count As Integer
)
public:
void RemoveRange(
int index,
int count
)
member RemoveRange :
index : int *
count : int -> unit
Parameters
- index
- Type: SystemInt32
The collection index. - count
- Type: SystemInt32
The rows count.
See Also