Gets a collection of columns starting from the right.
Syntax
'Declaration
<System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(Category="Microsoft.Design",
CheckId="CA1024:UsePropertiesWhereAppropriate",
Scope="",
Target="",
MessageId="",
Justification="")>
Public Function GetVisibleColumnsFromRight() 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> GetVisibleColumnsFromRight()
See Also