Spread for ASP.NET 9.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 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ConditionalFormatting Class
ConditionalFormatting Members

 

 


Copyright © GrapeCity, inc. All rights reserved.