IsOffice2007ConditionalFormat Property (IExcelConditionalFormat)
In This Topic
Gets or sets a value indicating whether it's a office 2007 new added conditional format type.
Syntax
'Declaration
Property IsOffice2007ConditionalFormat As Boolean
'Usage
Dim instance As IExcelConditionalFormat
Dim value As Boolean
instance.IsOffice2007ConditionalFormat = value
value = instance.IsOffice2007ConditionalFormat
bool IsOffice2007ConditionalFormat {get; set;}
Property Value
true if this instance is office 2007 new added conditional format; otherwise,
false.
See Also