bool SetFormulaConditionalFormat( int row, int column, NamedStyle style, string formula )
'Declaration Function SetFormulaConditionalFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal style As NamedStyle, _ ByVal formula As String _ ) As Boolean
'Declaration
Function SetFormulaConditionalFormat( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal style As NamedStyle, _ ByVal formula As String _ ) As Boolean
'Usage Dim instance As IConditionalFormatSupport Dim row As Integer Dim column As Integer Dim style As NamedStyle Dim formula As String Dim value As Boolean value = instance.SetFormulaConditionalFormat(row, column, style, formula)
'Usage
Dim instance As IConditionalFormatSupport Dim row As Integer Dim column As Integer Dim style As NamedStyle Dim formula As String Dim value As Boolean value = instance.SetFormulaConditionalFormat(row, column, style, formula)
IConditionalFormatSupport Interface IConditionalFormatSupport Members