See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Get the location of the top of a grid from its index into GridDescriptors.
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public int GetGridTop( int which ) |
| Visual Basic |
|---|
Public Function GetGridTop ( which As Integer ) As Integer |
| Visual C++ |
|---|
public: int GetGridTop( int which ) |
Parameters
- which
- Type: System..::..Int32