Clears the formulas from the specified range.
Declaration
void ClearFormulas(int row, int column, int rowCount, int columnCount)
Sub ClearFormulas(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer)
Parameters
Type |
Name |
Description |
int |
row |
The row
|
int |
column |
The column
|
int |
rowCount |
The row count
|
int |
columnCount |
The column count
|