IGridControl Interface
Neste artigo
Definição
Propriedades
Métodos
Eventos
Aplica-se a
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.
public interface class IGridControl
public interface IGridControl
type IGridControl = interface
Public Interface IGridControl
Derivado
Expandir a tabela
Expandir a tabela
AddColumn(GridColumnInfo)
DeleteColumn(Int32)
EnsureCellIsVisible(Int64, Int32)
GetColumnWidth(Int32)
GetCurrentCell(Int64, Int32)
GetDataObject(Boolean)
GetGridColumnInfo(Int32)
GetHeaderInfo(Int32, String, Bitmap)
GetHeaderInfo(Int32, String, GridCheckBoxState)
GetStorageColumnIndexByUIIndex(Int32)
GetUIColumnIndexByStorageIndex(Int32)
GetVisibleCellRectangle(Int64, Int32)
HitTest(Int32, Int32)
InsertColumn(Int32, GridColumnInfo)
IsACellBeingEdited(Int64, Int32)
RegisterEmbeddedControl(Int32, Control)
ResetGrid()
ResizeColumnToShowAllContents(Int32)
SetBitmapsForCheckBoxColumn(Int32, Bitmap, Bitmap, Bitmap, Bitmap)
SetColumnWidth(Int32, GridColumnWidthType, Int32)
SetHeaderInfo(Int32, String, Bitmap)
SetHeaderInfo(Int32, String, GridCheckBoxState)
SetMergedHeaderResizeProportion(Int32, Single)
StartCellEdit(Int64, Int32)
StopCellEdit(Boolean)
UpdateGrid()
UpdateGrid(Boolean)
Expandir a tabela