Show / Hide Table of Contents

Interface IAllowDataGridViewActions

Inherited Members
IAllowFillInFrom.FillInFrom(IGPALFile)
IAllowFillInFrom.AppendFrom(IGPALFile)
IAllowFillInFrom.InsertFrom(IGPALFile)
IAllowFillInFrom.FillInFrom(GPALDatabase)
IAllowFillInFrom.AppendFrom(GPALDatabase)
IAllowFillInFrom.InsertFrom(GPALDatabase)
IAllowFillInFrom.FillInFrom(IGPALGrid<String>)
IAllowFillInFrom.AppendFrom(IGPALGrid<String>)
IAllowFillInFrom.InsertFrom(IGPALGrid<String>)
Namespace: GenerallyPositive.GPALForm
Assembly: GPAL.dll
Syntax
public interface IAllowDataGridViewActions : IAllowFillInFrom

Methods

GetGrid(out IGPALGrid<String>)

Declaration
IAllowControlAndDataGridViewSettingsAndActions GetGrid(out IGPALGrid<string> grid)
Parameters
Type Name Description
IGPALGrid<System.String> grid
Returns
Type Description
IAllowControlAndDataGridViewSettingsAndActions

WithCurrentCelll(DataGridViewCell)

Declaration
IAllowControlAndDataGridViewSettingsAndActions WithCurrentCelll(DataGridViewCell dataGridCell)
Parameters
Type Name Description
System.Windows.Forms.DataGridViewCell dataGridCell
Returns
Type Description
IAllowControlAndDataGridViewSettingsAndActions

WithEndColumn(Int32)

Declaration
IAllowControlAndDataGridViewSettingsAndActions WithEndColumn(int column)
Parameters
Type Name Description
System.Int32 column
Returns
Type Description
IAllowControlAndDataGridViewSettingsAndActions

WithEndRow(Int32)

Declaration
IAllowControlAndDataGridViewSettingsAndActions WithEndRow(int row)
Parameters
Type Name Description
System.Int32 row
Returns
Type Description
IAllowControlAndDataGridViewSettingsAndActions
In This Article
Back to top Generated by DocFX