Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void DeleteRow(
	int index,
	int count
)
Public Sub DeleteRow ( 
	index As Integer,
	count As Integer
)
public:
void DeleteRow(
	int index, 
	int count
)
member DeleteRow : 
        index : int * 
        count : int -> unit 

Parameters

index
Int32
count
Int32

See Also