Spread Silverlight Documentation
SetConditionalFormatting Method


The zero based sheet index used to locate the IExcelWorksheet instance
A IExcelConditionalFormat instance will be added to the collection
Add a new ExcelConditionalFormat instance to the specified worksheet
Syntax
'Declaration
 
Sub SetConditionalFormatting( _
   ByVal sheet As System.Short, _
   ByVal format As IExcelConditionalFormat _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As System.Short
Dim format As IExcelConditionalFormat
 
instance.SetConditionalFormatting(sheet, format)
void SetConditionalFormatting( 
   System.short sheet,
   IExcelConditionalFormat format
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
format
A IExcelConditionalFormat instance will be added to the collection
Exceptions
ExceptionDescription
System.ArgumentNullException throws if the format is null
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

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.