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 firstColumnIndex,
	bool withAttachedRows
)
Public Sub RemoveAt ( 
	firstColumnIndex As Integer,
	withAttachedRows As Boolean
)
public:
void RemoveAt(
	int firstColumnIndex, 
	bool withAttachedRows
)
member RemoveAt : 
        firstColumnIndex : int * 
        withAttachedRows : bool -> unit 

Parameters

firstColumnIndex
Int32
withAttachedRows
Boolean

See Also