GridControl.GetCellStringForResizeToShowAll Método
Neste artigo
Definição
Sobrecargas
GetCellStringForResizeToShowAll(Int64, Int32, StringFormat)
GetCellStringForResizeToShowAll(Int64, Int32, TextFormatFlags)
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Expandir a tabela
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
Parâmetros
Retornos
Aplica-se a
SQL Server .NET SDK 2016
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
Parâmetros
Retornos
Aplica-se a
SQL Server .NET SDK 2016