'Declaration Public Function Contains( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
'Usage Dim instance As FormattingRuleBase Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.Contains(row, column)
Parameters
- row
- The row index.
- column
- The column index.
Return Value
true
if the rule contains the specified cell; otherwise, false
.