Spread for ASP.NET 8.0 Product Documentation
Ranges Property


Gets the ranges that the conditional formatting applied.
Syntax
'Declaration
 
Public ReadOnly Property Ranges As IEnumerable(Of CellRange)
'Usage
 
Dim instance As ConditionalFormatting
Dim value As IEnumerable(Of CellRange)
 
value = instance.Ranges
public IEnumerable<CellRange> Ranges {get;}
Requirements

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

See Also

Reference

ConditionalFormatting Class
ConditionalFormatting Members

 

 


Copyright © GrapeCity, inc. All rights reserved.