GridControl.GetCellStringForResizeToShowAll 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.
Overloads
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
Parameters
- rowIndex
- Int64
- storageColIndex
- Int32
- sf
- StringFormat
Returns
Applies to
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
Parameters
- rowIndex
- Int64
- storageColIndex
- Int32
- tff
- TextFormatFlags