Wimark.Controls Class Library  

DataGridViewStyle.Format Property

Gets or sets the format string applied to the textual content of a DataGridView cell.

[Visual Basic]
Public Property Format As String 
[C#]
public string Format {get; set;}
[C++]
public: __property String* get_Format();
public: __property void set_Format(String*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewStyle Class | DataGridViewStyle Members | Wimark.Controls Namespace | DataGridView