[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormattingRule.ParseFormula

ParseFormula Method

ParseFormula(CfValue, Worksheet, int, int)

The formula of the CfValue at the base row, column.

Declaration
protected string ParseFormula(CfValue cfValue, Worksheet worksheet, int baseRow, int baseColumn)
Protected Function ParseFormula(cfValue As CfValue, worksheet As Worksheet, baseRow As Integer, baseColumn As Integer) As String
Parameters
Type Name Description
CfValue cfValue

The CfValue.

Worksheet worksheet

The current worksheet.

int baseRow

The base row index.

int baseColumn

The base column index.

Returns
Type Description
string

The formula of the CfValue at the base row, column.