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