GridControl.GetCustomColumnStringForClipboardText(Int64, Int32) 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 System::String ^ GetCustomColumnStringForClipboardText(long rowIndex, int colIndex);
protected virtual string GetCustomColumnStringForClipboardText (long rowIndex, int colIndex);
abstract member GetCustomColumnStringForClipboardText : int64 * int -> string
override this.GetCustomColumnStringForClipboardText : int64 * int -> string
Protected Overridable Function GetCustomColumnStringForClipboardText (rowIndex As Long, colIndex As Integer) As String
Parameters
- rowIndex
- Int64
- colIndex
- Int32