IDataGridEditingService.EndEdit(DataGridColumnStyle, Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結束編輯作業。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
bool EndEdit(System::Windows::Forms::DataGridColumnStyle ^ gridColumn, int rowNumber, bool shouldAbort);
public bool EndEdit (System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort);
abstract member EndEdit : System.Windows.Forms.DataGridColumnStyle * int * bool -> bool
Public Function EndEdit (gridColumn As DataGridColumnStyle, rowNumber As Integer, shouldAbort As Boolean) As Boolean
參數
- gridColumn
- DataGridColumnStyle
要編輯的 DataGridColumnStyle。
- rowNumber
- Int32
要編輯的資料列編號。
- shouldAbort
- Boolean
如果要求中止作業,則為 True。
傳回
若已認可值,則為 true
;否則為 false
。
備註
如果無法認可值,就會 DataGridColumnStyle 保持可編輯狀態。