GrapeCity.Xaml.Excel
ExtendedFormats Property (IExcelWorksheet)


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

Property Value

The extended formats
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWorksheet Interface
IExcelWorksheet Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options