Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
withAttachedRows
Boolean

See Also