GridControl.GetCellStringForResizeToShowAll Метод

Определение

Перегрузки

GetCellStringForResizeToShowAll(Int64, Int32, StringFormat)
GetCellStringForResizeToShowAll(Int64, Int32, TextFormatFlags)

GetCellStringForResizeToShowAll(Int64, Int32, StringFormat)

protected:
 virtual System::String ^ GetCellStringForResizeToShowAll(long rowIndex, int storageColIndex, [Runtime::InteropServices::Out] System::Drawing::StringFormat ^ % sf);
protected virtual string GetCellStringForResizeToShowAll (long rowIndex, int storageColIndex, out System.Drawing.StringFormat sf);
abstract member GetCellStringForResizeToShowAll : int64 * int * StringFormat -> string
override this.GetCellStringForResizeToShowAll : int64 * int * StringFormat -> string
Protected Overridable Function GetCellStringForResizeToShowAll (rowIndex As Long, storageColIndex As Integer, ByRef sf As StringFormat) As String

Параметры

rowIndex
Int64
storageColIndex
Int32

Возвращаемое значение

Применяется к

GetCellStringForResizeToShowAll(Int64, Int32, TextFormatFlags)

protected:
 virtual System::String ^ GetCellStringForResizeToShowAll(long rowIndex, int storageColIndex, [Runtime::InteropServices::Out] System::Windows::Forms::TextFormatFlags % tff);
protected virtual string GetCellStringForResizeToShowAll (long rowIndex, int storageColIndex, out System.Windows.Forms.TextFormatFlags tff);
abstract member GetCellStringForResizeToShowAll : int64 * int * TextFormatFlags -> string
override this.GetCellStringForResizeToShowAll : int64 * int * TextFormatFlags -> string
Protected Overridable Function GetCellStringForResizeToShowAll (rowIndex As Long, storageColIndex As Integer, ByRef tff As TextFormatFlags) As String

Параметры

rowIndex
Int64
storageColIndex
Int32

Возвращаемое значение

Применяется к