Gets a collection of columns starting from the left.
Syntax
'Declaration
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Function GetVisibleColumnsFromLeft() As System.Collections.Generic.IEnumerable(Of DataGridColumn)
[System.Diagnostics.CodeAnalysis.SuppressMessage(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")]
public System.Collections.Generic.IEnumerable<DataGridColumn> GetVisibleColumnsFromLeft()
See Also