Nevron .NET Vision
Nevron.FormulaSheet Namespace / NFormulaSection Class / CreateCellsDataGrid Method
editor, which will host the grid


In This Topic
    CreateCellsDataGrid Method
    In This Topic
    Creates a data grid, which can be used for the preview and editing of the section formula cells
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateCellsDataGrid( _
       ByVal editor As NFormulaSheetEditorUC _
    ) As System.Windows.Forms.DataGrid
    'Usage
     
    
    Dim instance As NFormulaSection
    Dim editor As NFormulaSheetEditorUC
    Dim value As System.Windows.Forms.DataGrid
     
    value = instance.CreateCellsDataGrid(editor)
    public virtual System.Windows.Forms.DataGrid CreateCellsDataGrid( 
       NFormulaSheetEditorUC editor
    )

    Parameters

    editor
    editor, which will host the grid

    Return Value

    cells data grid, or null if the section has no cells
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also