SpreadsheetGear 2023
Clear Method (IValues)


SpreadsheetGear.Advanced.Cells Namespace > IValues Interface : Clear Method
Specifies the row of the cell to clear.
Specifies the column of the cell to clear.
Clears the value in the specified cell if one currently exists.
Syntax
'Declaration
 
Sub Clear( _
   ByVal row As System.Integer, _
   ByVal column As System.Integer _
) 
'Usage
 
Dim instance As IValues
Dim row As System.Integer
Dim column As System.Integer
 
instance.Clear(row, column)
void Clear( 
   System.int row,
   System.int column
)

Parameters

row
Specifies the row of the cell to clear.
column
Specifies the column of the cell to clear.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValues Interface
IValues Members