Spread Silverlight Documentation
IsOffice2007ConditionalFormat Property (ExcelConditionalFormat)


Gets or sets a value indicating whether it's a office 2007 new added conditional format type.
Syntax
'Declaration
 
Public Property IsOffice2007ConditionalFormat As System.Boolean
'Usage
 
Dim instance As ExcelConditionalFormat
Dim value As System.Boolean
 
instance.IsOffice2007ConditionalFormat = value
 
value = instance.IsOffice2007ConditionalFormat
public 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

ExcelConditionalFormat Class
ExcelConditionalFormat Members

 

 


Copyright © GrapeCity, inc. All rights reserved.