Spread Silverlight Documentation
ExtendedFormats Property (IExcelWorksheet)


GrapeCity.Excel Namespace > IExcelWorksheet Interface : ExtendedFormats Property
Gets or sets the extended formats for the worksheet.
Syntax
'Declaration
 
Property ExtendedFormats As System.Collections.Generic.Dictionary(Of Integer,IExtendedFormat)
'Usage
 
Dim instance As IExcelWorksheet
Dim value As System.Collections.Generic.Dictionary(Of Integer,IExtendedFormat)
 
instance.ExtendedFormats = value
 
value = instance.ExtendedFormats
System.Collections.Generic.Dictionary<int,IExtendedFormat> ExtendedFormats {get; set;}

Property Value

The extended formats
See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members