GrapeCity MultiRow Windows Forms Documentation
FormatProvider Property (CellStyle)


Gets or sets the object used to provide culture specific formatting of the cell value.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<RefreshPropertiesAttribute(RefreshProperties.Repaint)>
<BrowsableAttribute(False)>
Public Property FormatProvider As IFormatProvider
Dim instance As CellStyle
Dim value As IFormatProvider
 
instance.FormatProvider = value
 
value = instance.FormatProvider
[EditorBrowsable(EditorBrowsableState.Advanced)]
[RefreshProperties(RefreshProperties.Repaint)]
[Browsable(false)]
public IFormatProvider FormatProvider {get; set;}

Property Value

A System.IFormatProvider value used for cell formatting. The default is System.Globalization.CultureInfo.CurrentCulture.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellStyle Class
CellStyle Members

 

 


Copyright © GrapeCity, inc. All rights reserved.