Column.DisplayOrdinal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the visual position of the column, defined as a relative ordering rather than a strict ordering (example: 10, 20, 40, 50). It allows client applications to maintain a consistent column position.
public int DisplayOrdinal { get; set; }
member this.DisplayOrdinal : int with get, set
Public Property DisplayOrdinal As Integer