Wimark.Controls Class Library  

DataGridView.AutoSizeRowHeaders Method

Resizes the width of the row headers.

Overload List

Resizes the width of the row headers.

[Visual Basic] Overloads Public Function AutoSizeRowHeaders(Boolean) As Integer
[C#] public int AutoSizeRowHeaders(bool);
[C++] public: int AutoSizeRowHeaders(bool);

Resizes the width of the row headers.

[Visual Basic] Overloads Public Function AutoSizeRowHeaders(Integer) As Integer
[C#] public int AutoSizeRowHeaders(int);
[C++] public: int AutoSizeRowHeaders(int);

See Also

DataGridView Class | DataGridView Members | Wimark.Controls Namespace