Gets the first visible column.
Syntax
'Declaration
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Function GetFirstVisibleColumn() As DataGridColumn
[System.Diagnostics.CodeAnalysis.SuppressMessage(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")]
public DataGridColumn GetFirstVisibleColumn()
See Also