GrapeCity.Xaml.Excel
Format Property (ExcelCell)


Get or set the ExtendedFormat associate with cell.
Syntax
'Declaration
 
Public Property Format As IExtendedFormat
'Usage
 
Dim instance As ExcelCell
Dim value As IExtendedFormat
 
instance.Format = value
 
value = instance.Format
public IExtendedFormat Format {get; set;}

Property Value

The ExtendedFormat associate with cell.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelCell Class
ExcelCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options