Interface IC1TrueDBGrid
A ComponentOne C1TrueDBGrid control.
Inherited Members
Namespace: HP.LFT.SDK.WinForms
Assembly: HP.LFT.SDK.dll
Syntax
public interface IC1TrueDBGrid : IComponentOneGrid, ICustomGrid
Methods
ActivateColumn(int)
Double-clicks the specified grid column header.
Declaration
void ActivateColumn(int column)
Parameters
| Type | Name | Description |
|---|---|---|
| int | column | 0-based column index. |
ActivateColumn(string)
Double-clicks the specified grid column header.
Declaration
void ActivateColumn(string columnHeader)
Parameters
| Type | Name | Description |
|---|---|---|
| string | columnHeader | The column caption. |