'Declaration
Public Function Execute( _ ByVal row As Integer, _ ByVal column As Integer, _ Optional ByVal contextData As Object _ ) As TExecutedResult
'Usage
Dim instance As ConditionalObjects(Of TItem,TObject,TExecutedResult) Dim row As Integer Dim column As Integer Dim contextData As Object Dim value As TExecutedResult value = instance.Execute(row, column, contextData)
public TExecutedResult Execute( int row, int column, object contextData )
Parameters
- row
- An integer value indicates the row index of cell.
- column
- An integer value indicates the column index of cell.
- contextData
- The context data which is used as replacement of cell value to execute.
Return Value
A GrapeCity.Spreadsheet.CfExecutedResult value represents the the affected result after applied all rules.