GridControl.OnBeforeGetClipboardTextForCells Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
protected:
virtual bool OnBeforeGetClipboardTextForCells(System::Text::StringBuilder ^ clipboardText, long nStartRow, long nEndRow, int nStartCol, int nEndCol);
protected virtual bool OnBeforeGetClipboardTextForCells(System.Text.StringBuilder clipboardText, long nStartRow, long nEndRow, int nStartCol, int nEndCol);
abstract member OnBeforeGetClipboardTextForCells : System.Text.StringBuilder * int64 * int64 * int * int -> bool
override this.OnBeforeGetClipboardTextForCells : System.Text.StringBuilder * int64 * int64 * int * int -> bool
Protected Overridable Function OnBeforeGetClipboardTextForCells (clipboardText As StringBuilder, nStartRow As Long, nEndRow As Long, nStartCol As Integer, nEndCol As Integer) As Boolean
Parâmetros
- clipboardText
- StringBuilder
- nStartRow
- Int64
- nEndRow
- Int64
- nStartCol
- Int32
- nEndCol
- Int32