Spread Silverlight Documentation
IsOffice2007ConditionalFormat Property (IExcelConditionalFormat)


Gets or sets a value indicating whether it's a office 2007 new added conditional format type.
Syntax
'Declaration
 
Property IsOffice2007ConditionalFormat As System.Boolean
'Usage
 
Dim instance As IExcelConditionalFormat
Dim value As System.Boolean
 
instance.IsOffice2007ConditionalFormat = value
 
value = instance.IsOffice2007ConditionalFormat
System.bool IsOffice2007ConditionalFormat {get; set;}

Property Value

true if this instance is office 2007 new added conditional format; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelConditionalFormat Interface
IExcelConditionalFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.