SpreadsheetGear The Performance Spreadsheet Component Company 
SpreadsheetGear.Windows.Forms Namespace
See Also  Inheritance Hierarchy
The SpreadsheetGear.Windows.Forms namespace includes the WorkbookView Windows Forms Control as well as the Workbook Designer, Workbook Explorer and Range Explorer.

Classes

ClassDescription
ActiveTabChangedEventArgs Provides data for an ActiveTabChanged event.
ActiveTabChangingEventArgs Provides data for an ActiveTabChanging event.
CalculateEventArgs Provides data for a Calculate event.
CellBeginEditEventArgs Provides data for a CellBeginEdit event.
CellCancelEditEventArgs Provides data for a CellCancelEdit event.
CellEndEditEventArgs Provides data for a CellEndEdit event.
Command Provides the base class for all commands which will be executed by CommandManager.
CommandManager Provides the ability to override the behavior of commands executed by WorkbookView, RangeExplorer and WorkbookDesigner, as well as the ability to create new undoable commands.
CommandRange Provides the base class for commands which use a worksheet range.
CommandRange.Clear Represents the default clear command.
CommandRange.ClearContents Represents the default clear contents command.
CommandRange.ClearFormats Represents the default clear formats command.
CommandRange.Copy Represents the default clipboard copy command.
CommandRange.Cut Represents the default clipboard cut command.
CommandRange.Delete Represents the default delete command.
CommandRange.Insert Represents the default insert command.
CommandRange.Paste Represents the default clipboard paste command.
CommandRange.PasteSpecial Represents the default clipboard paste special command.
FormulaBar Represents a FormulaBar control. The formula bar will automatically connect to the active WorkbookView control contained within the same container.
RangeChangedEventArgs Provides data for a RangeChanged event.
RangeExplorer Represents a Range Explorer which provides the ability to format the active range selection of a workbook set.
RangeSelectionChangedEventArgs Provides data for a RangeSelectionChanged event.
RangeSelectionChangingEventArgs Provides data for a RangeSelectionChanging event.
ScrollPositionChangedEventArgs Provides data for a ScrollPositionChanged event.
ShapeActionEventArgs Provides data for a ShapeAction event.
ShapeExplorer Represents a Shape Explorer which provides the ability to format the active shape selection of a workbook set.
ShapeSelectionChangedEventArgs Provides data for a ShapeSelectionChanged event.
ShapeSelectionChangingEventArgs Provides data for a ShapeSelectionChanging event.
ShowErrorEventArgs Provides data for a ShowError event.
UIManager Provides the ability to override user interface functionality.
WorkbookDesigner Represents a Workbook Designer.
WorkbookExplorer Represents a WorkbookExplorer that can be used to explore and set properties on the workbooks and worksheets contained in a workbook set.
WorkbookView Provides a fully functional spreadsheet control which supports rich functionality including familiar keyboard and mouse selections, in-cell editing, a FormulaBar control, goto, cut, copy, paste, clear, undo, redo, printing, interruptible background calculation, real time workbook updates, multiple workbooks, DisplayReference, WorkbookDesigner, WorkbookExplorer, RangeExplorerShapeExplorer and more.

Delegates

DelegateDescription
ActiveTabChangedEventHandler Represents the method which handles an ActiveTabChanged event.
ActiveTabChangingEventHandler Represents the method which handles an ActiveTabChanging event.
CalculateEventHandler Represents the method which handles a Calculate event.
CellBeginEditEventHandler Represents the method which handles a CellBeginEdit event.
CellCancelEditEventHandler Represents the method which handles a CellCancelEdit event.
CellEndEditEventHandler Represents the method which handles a CellEndEdit event.
RangeChangedEventHandler Represents the method which handles a RangeChanged event.
RangeSelectionChangedEventHandler Represents the method which handles a RangeSelectionChanged event.
RangeSelectionChangingEventHandler Represents the method which handles a RangeSelectionChanging event.
ScrollPositionChangedEventHandler Represents the method which handles a ScrollPositionChanged event.
ShapeActionEventHandler Represents the method which handles a ShapeAction event.
ShapeSelectionChangedEventHandler Represents the method which handles a ShapeSelectionChanged event.
ShapeSelectionChangingEventHandler Represents the method which handles a ShapeSelectionChanging event.
ShowErrorEventHandler Represents the method which handles a ShowError event.

Enumerations

EnumerationDescription
CommandRangeUndoFlags Specifies what must be saved to undo a CommandRange.
CommandUndoSupport Specifies the type of undo support for a command.
RangeExplorerCategoryFlags Specifies which categories will be shown by the range explorer.
RangeLocationFlags Specifies options for calculating locations from ranges and ranges from locations.
ShapeActionType Specifies the type of shape action.
ShapeExplorerCategoryFlags Specifies which categories will be shown by the shape explorer.

See Also