FormatConditionGetFormula2 Method (Int32, Int32) |
Gets the formula of the conditional formatting of the cell.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic string GetFormula2(
int row,
int column
)
Public Function GetFormula2 (
row As Integer,
column As Integer
) As String
public:
String^ GetFormula2(
int row,
int column
)
member GetFormula2 :
row : int *
column : int -> string
Parameters
- row
- Type: SystemInt32
The row index. - column
- Type: SystemInt32
The column index.
Return Value
Type:
StringThe formula.
See Also