Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual void RemoveAt(
	int row,
	int col
)
Public Overridable Sub RemoveAt ( 
	row As Integer,
	col As Integer
)
public:
virtual void RemoveAt(
	int row, 
	int col
)
abstract RemoveAt : 
        row : int * 
        col : int -> unit 
override RemoveAt : 
        row : int * 
        col : int -> unit 

Parameters

row
Int32
col
Int32

See Also