DataGridRowClipboardEventArgs.EndColumnDisplayIndex 属性

定义

获取行中最后一个所选单元格所在的列的 DisplayIndex 值。

public:
 property int EndColumnDisplayIndex { int get(); };
public int EndColumnDisplayIndex { get; }
member this.EndColumnDisplayIndex : int
Public ReadOnly Property EndColumnDisplayIndex As Integer

属性值

Int32

行中最后一个所选单元格所在的列的 DisplayIndex 值。

适用于

另请参阅