'DeclarationPublic Overridable Function CreateCellsDataGrid( _ ByVal editor As NFormulaSheetEditorUC _ ) As System.Windows.Forms.DataGrid
'UsageDim 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