GridControl.OnBeforeGetClipboardTextForCells Method
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.
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
Parameters
- clipboardText
- StringBuilder
- nStartRow
- Int64
- nEndRow
- Int64
- nStartCol
- Int32
- nEndCol
- Int32