Excel for WinRT
Format Property


Gets or sets the format associated with this XLStyle.
Syntax
'Declaration
 
Public Property Format As System.String
'Usage
 
Dim instance As XLStyle
Dim value As System.String
 
instance.Format = value
 
value = instance.Format
public System.string Format {get; set;}
Remarks

Excel uses formats similar, but not identical to .NET. Refer to the Excel documentation for details on how to create format strings.

You can use the FormatXLToDotNet(String) and FormatDotNetToXL(String,CultureInfo) methods to convert common Excel format strings to and from .NET format strings.

See Also

Reference

XLStyle Class
XLStyle Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback