GrapeCity.Windows.SpreadSheet.Data Namespace > ConditionalFormat Class : AddIconSetRule Method |
'Declaration Public Function AddIconSetRule( _ ByVal iconSetTye As IconSetType, _ ByVal ParamArray ranges() As CellRange _ ) As IconSetRule
'Usage Dim instance As ConditionalFormat Dim iconSetTye As IconSetType Dim ranges() As CellRange Dim value As IconSetRule value = instance.AddIconSetRule(iconSetTye, ranges)
public IconSetRule AddIconSetRule( IconSetType iconSetTye, params CellRange[] ranges )
GcSpreadSheet1.Sheets[0].Cells[0, 0].Value = 1; GcSpreadSheet1.Sheets[0].Cells[1, 0].Value = 10; GcSpreadSheet1.Sheets[0].Cells[2, 0].Value = 6; GcSpreadSheet1.Sheets[0].Cells[3, 0].Value = 3; GcSpreadSheet1.Sheets[0].ConditionalFormats.AddIconSetRule(GrapeCity.Windows.SpreadSheet.Data.IconSetType.FourTrafficLights, new GrapeCity.Windows.SpreadSheet.Data.CellRange[] { new GrapeCity.Windows.SpreadSheet.Data.CellRange(0, 0, 5, 1) });
GcSpreadSheet1.Sheets(0).Cells(0, 0).Value = 1 GcSpreadSheet1.Sheets(0).Cells(1, 0).Value = 10 GcSpreadSheet1.Sheets(0).Cells(2, 0).Value = 6 GcSpreadSheet1.Sheets(0).Cells(3, 0).Value = 3 GcSpreadSheet1.Sheets(0).ConditionalFormats.AddIconSetRule(GrapeCity.Windows.SpreadSheet.Data.IconSetType.FourTrafficLights, New GrapeCity.Windows.SpreadSheet.Data.CellRange() { New GrapeCity.Windows.SpreadSheet.Data.CellRange(0, 0, 5, 1) })
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