实例介绍
SpreadsheetGear 2012系列产品由强大灵活的Excel兼容spreadsheet组件组成;包括SpreadsheetGear 2012 for .NET和SpreadsheetGear 2012 for Silverlight。 SpreadsheetGear 2012使ASP.NET, Windows Forms, WPF and Silverlight开发人员简易的利用可扩展的excel报告,excel绘图和基于范围的动态仪表板,强大的spreadsheet控件,完整的excel兼容绘图,最快最完整的excel兼容计算器等等。 SpreadsheetGear 2012特点
【实例截图】
【核心代码】
SpreadsheetGear2012for.NET
├── DotNet20
│ ├── Bin
│ │ ├── Design
│ │ │ └── SpreadsheetGear2012.Design.DN2.dll
│ │ ├── RegisterSGToolbox.exe
│ │ ├── RegisterSGToolbox.exe.config
│ │ ├── SpreadsheetGear2012.dll
│ │ ├── SpreadsheetGear2012ForWindows.DN2.exe
│ │ ├── SpreadsheetGear2012ForWindows.DN2.exe.config
│ │ └── SpreadsheetGear2012.xml
│ └── Samples
│ ├── WindowsSamples
│ │ ├── SpreadsheetGearExplorer
│ │ │ ├── Advanced
│ │ │ │ ├── PerformanceSample.code.cs
│ │ │ │ ├── PerformanceSample.cs
│ │ │ │ ├── PerformanceSample.Designer.cs
│ │ │ │ ├── PerformanceSample.resx
│ │ │ │ ├── ThreadingSample.code.cs
│ │ │ │ ├── ThreadingSample.cs
│ │ │ │ ├── ThreadingSample.Designer.cs
│ │ │ │ └── ThreadingSample.resx
│ │ │ ├── app.config
│ │ │ ├── Calculations
│ │ │ │ ├── AmortizationCalculatorSample.code.cs
│ │ │ │ ├── AmortizationCalculatorSample.cs
│ │ │ │ ├── AmortizationCalculatorSample.Designer.cs
│ │ │ │ ├── AmortizationCalculatorSample.resx
│ │ │ │ ├── CustomFunctionsSample.code.cs
│ │ │ │ ├── CustomFunctionsSample.cs
│ │ │ │ ├── CustomFunctionsSample.Designer.cs
│ │ │ │ ├── CustomFunctionsSample.resx
│ │ │ │ ├── FormulaEvaluationSample.code.cs
│ │ │ │ ├── FormulaEvaluationSample.cs
│ │ │ │ ├── FormulaEvaluationSample.Designer.cs
│ │ │ │ ├── FormulaEvaluationSample.resx
│ │ │ │ ├── SimpleLoanCalculatorSample.code.cs
│ │ │ │ ├── SimpleLoanCalculatorSample.cs
│ │ │ │ ├── SimpleLoanCalculatorSample.Designer.cs
│ │ │ │ └── SimpleLoanCalculatorSample.resx
│ │ │ ├── Charting
│ │ │ │ ├── BasicChartSample.code.cs
│ │ │ │ ├── BasicChartSample.cs
│ │ │ │ ├── BasicChartSample.Designer.cs
│ │ │ │ ├── BasicChartSample.resx
│ │ │ │ ├── BubbleChartSample.code.cs
│ │ │ │ ├── BubbleChartSample.cs
│ │ │ │ ├── BubbleChartSample.Designer.cs
│ │ │ │ ├── BubbleChartSample.resx
│ │ │ │ ├── CombinationChartSample.code.cs
│ │ │ │ ├── CombinationChartSample.cs
│ │ │ │ ├── CombinationChartSample.Designer.cs
│ │ │ │ ├── CombinationChartSample.resx
│ │ │ │ ├── GalleryChartSample.code.cs
│ │ │ │ ├── GalleryChartSample.cs
│ │ │ │ ├── GalleryChartSample.Designer.cs
│ │ │ │ ├── GalleryChartSample.resx
│ │ │ │ ├── GanttChartSample.code.cs
│ │ │ │ ├── GanttChartSample.cs
│ │ │ │ ├── GanttChartSample.Designer.cs
│ │ │ │ ├── GanttChartSample.resx
│ │ │ │ ├── RadarChartSample.code.cs
│ │ │ │ ├── RadarChartSample.cs
│ │ │ │ ├── RadarChartSample.Designer.cs
│ │ │ │ ├── RadarChartSample.resx
│ │ │ │ ├── StockChartSample.code.cs
│ │ │ │ ├── StockChartSample.cs
│ │ │ │ ├── StockChartSample.Designer.cs
│ │ │ │ ├── StockChartSample.resx
│ │ │ │ ├── XYScatterChartSample.code.cs
│ │ │ │ ├── XYScatterChartSample.cs
│ │ │ │ ├── XYScatterChartSample.Designer.cs
│ │ │ │ └── XYScatterChartSample.resx
│ │ │ ├── CommandManager
│ │ │ │ ├── SimpleCommandSample.code.cs
│ │ │ │ ├── SimpleCommandSample.cs
│ │ │ │ ├── SimpleCommandSample.Designer.cs
│ │ │ │ └── SimpleCommandSample.resx
│ │ │ ├── Controls
│ │ │ │ ├── ButtonSample.code.cs
│ │ │ │ ├── ButtonSample.cs
│ │ │ │ ├── ButtonSample.Designer.cs
│ │ │ │ ├── ButtonSample.resx
│ │ │ │ ├── CheckBoxSample.code.cs
│ │ │ │ ├── CheckBoxSample.cs
│ │ │ │ ├── CheckBoxSample.Designer.cs
│ │ │ │ ├── CheckBoxSample.resx
│ │ │ │ ├── ComboBoxSample.code.cs
│ │ │ │ ├── ComboBoxSample.cs
│ │ │ │ ├── ComboBoxSample.Designer.cs
│ │ │ │ ├── ComboBoxSample.resx
│ │ │ │ ├── ListBoxSample.code.cs
│ │ │ │ ├── ListBoxSample.cs
│ │ │ │ ├── ListBoxSample.Designer.cs
│ │ │ │ ├── ListBoxSample.resx
│ │ │ │ ├── SpinnerSample.code.cs
│ │ │ │ ├── SpinnerSample.cs
│ │ │ │ ├── SpinnerSample.Designer.cs
│ │ │ │ └── SpinnerSample.resx
│ │ │ ├── DataGrid
│ │ │ │ ├── SpreadsheetToDataGridFormattedSample.code.cs
│ │ │ │ ├── SpreadsheetToDataGridFormattedSample.cs
│ │ │ │ ├── SpreadsheetToDataGridFormattedSample.Designer.cs
│ │ │ │ ├── SpreadsheetToDataGridFormattedSample.resx
│ │ │ │ ├── SpreadsheetToDataGridSample.code.cs
│ │ │ │ ├── SpreadsheetToDataGridSample.cs
│ │ │ │ ├── SpreadsheetToDataGridSample.Designer.cs
│ │ │ │ └── SpreadsheetToDataGridSample.resx
│ │ │ ├── FormMain.cs
│ │ │ ├── FormMain.designer.cs
│ │ │ ├── FormMain.resx
│ │ │ ├── Output
│ │ │ │ ├── amortization.xls
│ │ │ │ ├── chartgallery.xlsx
│ │ │ │ ├── Documentation
│ │ │ │ │ ├── AdvancedPage.html
│ │ │ │ │ ├── CalculationsPage.html
│ │ │ │ │ ├── ChartingPage.html
│ │ │ │ │ ├── CommandManagerPage.html
│ │ │ │ │ ├── ControlsPage.html
│ │ │ │ │ ├── DataGridPage.html
│ │ │ │ │ ├── Images
│ │ │ │ │ │ ├── calcengine.png
│ │ │ │ │ │ ├── charting.png
│ │ │ │ │ │ ├── datagrid.jpg
│ │ │ │ │ │ └── excelapp.jpg
│ │ │ │ │ ├── PrintingPage.html
│ │ │ │ │ ├── RangePage.html
│ │ │ │ │ ├── ReportingPage.html
│ │ │ │ │ ├── SGExplorerPage.html
│ │ │ │ │ ├── ShapesPage.html
│ │ │ │ │ ├── WorkbookViewDisplayOptionsPage.html
│ │ │ │ │ ├── WorkbookViewEventsPage.html
│ │ │ │ │ └── WorkbookViewPage.html
│ │ │ │ ├── nfltemplate.xls
│ │ │ │ ├── nfl.xml
│ │ │ │ ├── simpleloancalc.xls
│ │ │ │ ├── spiceeast.xls
│ │ │ │ ├── spicenorth.xls
│ │ │ │ ├── spiceordertemplate.xls
│ │ │ │ ├── spiceorder.xls
│ │ │ │ ├── spiceorder.xml
│ │ │ │ ├── spicesouth.xls
│ │ │ │ ├── spicewest.xls
│ │ │ │ ├── ssgear.gif
│ │ │ │ ├── stockhlc.xml
│ │ │ │ ├── stockohlc.xml
│ │ │ │ ├── stockvhlc.xml
│ │ │ │ └── stockvohlc.xml
│ │ │ ├── Printing
│ │ │ │ ├── AdvancedPrintingSample.code.cs
│ │ │ │ ├── AdvancedPrintingSample.cs
│ │ │ │ ├── AdvancedPrintingSample.Designer.cs
│ │ │ │ ├── AdvancedPrintingSample.resx
│ │ │ │ ├── BasicPrintingSample.code.cs
│ │ │ │ ├── BasicPrintingSample.cs
│ │ │ │ ├── BasicPrintingSample.Designer.cs
│ │ │ │ ├── BasicPrintingSample.resx
│ │ │ │ ├── CustomPrintPreviewDialog.cs
│ │ │ │ ├── CustomPrintPreviewDialog.Designer.cs
│ │ │ │ ├── CustomPrintPreviewDialog.resx
│ │ │ │ ├── PageBreaksSample.code.cs
│ │ │ │ ├── PageBreaksSample.cs
│ │ │ │ ├── PageBreaksSample.Designer.cs
│ │ │ │ ├── PageBreaksSample.resx
│ │ │ │ ├── PageSetupSample.code.cs
│ │ │ │ ├── PageSetupSample.cs
│ │ │ │ ├── PageSetupSample.Designer.cs
│ │ │ │ ├── PageSetupSample.resx
│ │ │ │ ├── XPSDocumentSample.code.cs
│ │ │ │ ├── XPSDocumentSample.cs
│ │ │ │ ├── XPSDocumentSample.Designer.cs
│ │ │ │ └── XPSDocumentSample.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Range
│ │ │ │ ├── AutoFilterSample.code.cs
│ │ │ │ ├── AutoFilterSample.cs
│ │ │ │ ├── AutoFilterSample.Designer.cs
│ │ │ │ ├── AutoFilterSample.resx
│ │ │ │ ├── BorderSample.code.cs
│ │ │ │ ├── BorderSample.cs
│ │ │ │ ├── BorderSample.designer.cs
│ │ │ │ ├── BorderSample.resx
│ │ │ │ ├── CommentSample.code.cs
│ │ │ │ ├── CommentSample.cs
│ │ │ │ ├── CommentSample.Designer.cs
│ │ │ │ ├── CommentSample.resx
│ │ │ │ ├── ConditionalFormatSample.code.cs
│ │ │ │ ├── ConditionalFormatSample.cs
│ │ │ │ ├── ConditionalFormatSample.Designer.cs
│ │ │ │ ├── ConditionalFormatSample.resx
│ │ │ │ ├── DataSeriesSample.code.cs
│ │ │ │ ├── DataSeriesSample.cs
│ │ │ │ ├── DataSeriesSample.Designer.cs
│ │ │ │ ├── DataSeriesSample.resx
│ │ │ │ ├── FindReplaceSample.code.cs
│ │ │ │ ├── FindReplaceSample.cs
│ │ │ │ ├── FindReplaceSample.Designer.cs
│ │ │ │ ├── FindReplaceSample.resx
│ │ │ │ ├── FontSample.code.cs
│ │ │ │ ├── FontSample.cs
│ │ │ │ ├── FontSample.designer.cs
│ │ │ │ ├── FontSample.resx
│ │ │ │ ├── GoalSeekSample.code.cs
│ │ │ │ ├── GoalSeekSample.cs
│ │ │ │ ├── GoalSeekSample.Designer.cs
│ │ │ │ ├── GoalSeekSample.resx
│ │ │ │ ├── HyperlinkSample.code.cs
│ │ │ │ ├── HyperlinkSample.cs
│ │ │ │ ├── HyperlinkSample.Designer.cs
│ │ │ │ ├── HyperlinkSample.resx
│ │ │ │ ├── InteriorSample.code.cs
│ │ │ │ ├── InteriorSample.cs
│ │ │ │ ├── InteriorSample.designer.cs
│ │ │ │ ├── InteriorSample.resx
│ │ │ │ ├── LockingSample.code.cs
│ │ │ │ ├── LockingSample.cs
│ │ │ │ ├── LockingSample.Designer.cs
│ │ │ │ ├── LockingSample.resx
│ │ │ │ ├── MergeCellsSample.code.cs
│ │ │ │ ├── MergeCellsSample.cs
│ │ │ │ ├── MergeCellsSample.Designer.cs
│ │ │ │ ├── MergeCellsSample.resx
│ │ │ │ ├── NumberFormatSample.code.cs
│ │ │ │ ├── NumberFormatSample.cs
│ │ │ │ ├── NumberFormatSample.Designer.cs
│ │ │ │ ├── NumberFormatSample.resx
│ │ │ │ ├── OrientationSample.code.cs
│ │ │ │ ├── OrientationSample.cs
│ │ │ │ ├── OrientationSample.Designer.cs
│ │ │ │ ├── OrientationSample.resx
│ │ │ │ ├── OutlineSample.code.cs
│ │ │ │ ├── OutlineSample.cs
│ │ │ │ ├── OutlineSample.Designer.cs
│ │ │ │ ├── OutlineSample.resx
│ │ │ │ ├── SortSample.code.cs
│ │ │ │ ├── SortSample.cs
│ │ │ │ ├── SortSample.Designer.cs
│ │ │ │ ├── SortSample.resx
│ │ │ │ ├── ValidationSample.code.cs
│ │ │ │ ├── ValidationSample.cs
│ │ │ │ ├── ValidationSample.Designer.cs
│ │ │ │ ├── ValidationSample.resx
│ │ │ │ ├── ValueFromArraySample.code.cs
│ │ │ │ ├── ValueFromArraySample.cs
│ │ │ │ ├── ValueFromArraySample.designer.cs
│ │ │ │ └── ValueFromArraySample.resx
│ │ │ ├── Reporting
│ │ │ │ ├── DataSetToWorkbookSample.code.cs
│ │ │ │ ├── DataSetToWorkbookSample.cs
│ │ │ │ ├── DataSetToWorkbookSample.Designer.cs
│ │ │ │ ├── DataSetToWorkbookSample.resx
│ │ │ │ ├── DataTableToWorkbookSample.code.cs
│ │ │ │ ├── DataTableToWorkbookSample.cs
│ │ │ │ ├── DataTableToWorkbookSample.Designer.cs
│ │ │ │ ├── DataTableToWorkbookSample.resx
│ │ │ │ ├── FormulasFormatsSample.code.cs
│ │ │ │ ├── FormulasFormatsSample.cs
│ │ │ │ ├── FormulasFormatsSample.Designer.cs
│ │ │ │ ├── FormulasFormatsSample.resx
│ │ │ │ ├── SimpleSpreadsheetSample.code.cs
│ │ │ │ ├── SimpleSpreadsheetSample.cs
│ │ │ │ ├── SimpleSpreadsheetSample.Designer.cs
│ │ │ │ ├── SimpleSpreadsheetSample.resx
│ │ │ │ ├── WorkbookConsolidationSample.code.cs
│ │ │ │ ├── WorkbookConsolidationSample.cs
│ │ │ │ ├── WorkbookConsolidationSample.Designer.cs
│ │ │ │ └── WorkbookConsolidationSample.resx
│ │ │ ├── Shapes
│ │ │ │ ├── AutoShapesSample.code.cs
│ │ │ │ ├── AutoShapesSample.cs
│ │ │ │ ├── AutoShapesSample.Designer.cs
│ │ │ │ ├── AutoShapesSample.resx
│ │ │ │ ├── PictureSample.code.cs
│ │ │ │ ├── PictureSample.cs
│ │ │ │ ├── PictureSample.Designer.cs
│ │ │ │ ├── PictureSample.resx
│ │ │ │ ├── TextBoxSample.code.cs
│ │ │ │ ├── TextBoxSample.cs
│ │ │ │ ├── TextBoxSample.Designer.cs
│ │ │ │ └── TextBoxSample.resx
│ │ │ ├── SpreadsheetGearExplorer.csproj
│ │ │ └── WorkbookView
│ │ │ ├── ActiveWorkbookSample.code.cs
│ │ │ ├── ActiveWorkbookSample.cs
│ │ │ ├── ActiveWorkbookSample.Designer.cs
│ │ │ ├── ActiveWorkbookSample.resx
│ │ │ ├── ActiveWorksheetSample.code.cs
│ │ │ ├── ActiveWorksheetSample.cs
│ │ │ ├── ActiveWorksheetSample.Designer.cs
│ │ │ ├── ActiveWorksheetSample.resx
│ │ │ ├── DisplayOptions
│ │ │ │ ├── DisplayReferenceSample.code.cs
│ │ │ │ ├── DisplayReferenceSample.cs
│ │ │ │ ├── DisplayReferenceSample.Designer.cs
│ │ │ │ ├── DisplayReferenceSample.resx
│ │ │ │ ├── WorkbookWindowInfoSample.code.cs
│ │ │ │ ├── WorkbookWindowInfoSample.cs
│ │ │ │ ├── WorkbookWindowInfoSample.Designer.cs
│ │ │ │ ├── WorkbookWindowInfoSample.resx
│ │ │ │ ├── WorksheetWindowInfoSample.code.cs
│ │ │ │ ├── WorksheetWindowInfoSample.cs
│ │ │ │ ├── WorksheetWindowInfoSample.Designer.cs
│ │ │ │ └── WorksheetWindowInfoSample.resx
│ │ │ ├── Events
│ │ │ │ ├── ActiveTabChangedEventSample.code.cs
│ │ │ │ ├── ActiveTabChangedEventSample.cs
│ │ │ │ ├── ActiveTabChangedEventSample.Designer.cs
│ │ │ │ ├── ActiveTabChangedEventSample.resx
│ │ │ │ ├── CalculateEventSample.code.cs
│ │ │ │ ├── CalculateEventSample.cs
│ │ │ │ ├── CalculateEventSample.Designer.cs
│ │ │ │ ├── CalculateEventSample.resx
│ │ │ │ ├── CellBeginEditEventSample.code.cs
│ │ │ │ ├── CellBeginEditEventSample.cs
│ │ │ │ ├── CellBeginEditEventSample.designer.cs
│ │ │ │ ├── CellBeginEditEventSample.resx
│ │ │ │ ├── CellEndEditEventSample.code.cs
│ │ │ │ ├── CellEndEditEventSample.cs
│ │ │ │ ├── CellEndEditEventSample.designer.cs
│ │ │ │ ├── CellEndEditEventSample.resx
│ │ │ │ ├── RangeChangedEventSample.code.cs
│ │ │ │ ├── RangeChangedEventSample.cs
│ │ │ │ ├── RangeChangedEventSample.Designer.cs
│ │ │ │ ├── RangeChangedEventSample.resx
│ │ │ │ ├── RangeSelectionChangedEventSample.code.cs
│ │ │ │ ├── RangeSelectionChangedEventSample.cs
│ │ │ │ ├── RangeSelectionChangedEventSample.Designer.cs
│ │ │ │ ├── RangeSelectionChangedEventSample.resx
│ │ │ │ ├── ShapeActionEventSample.code.cs
│ │ │ │ ├── ShapeActionEventSample.cs
│ │ │ │ ├── ShapeActionEventSample.Designer.cs
│ │ │ │ ├── ShapeActionEventSample.resx
│ │ │ │ ├── ShapeSelectionChangedEventSample.code.cs
│ │ │ │ ├── ShapeSelectionChangedEventSample.cs
│ │ │ │ ├── ShapeSelectionChangedEventSample.Designer.cs
│ │ │ │ ├── ShapeSelectionChangedEventSample.resx
│ │ │ │ ├── ShowErrorEventSample.code.cs
│ │ │ │ ├── ShowErrorEventSample.cs
│ │ │ │ ├── ShowErrorEventSample.Designer.cs
│ │ │ │ └── ShowErrorEventSample.resx
│ │ │ ├── FormSample.code.cs
│ │ │ ├── FormSample.cs
│ │ │ ├── FormSample.Designer.cs
│ │ │ ├── FormSample.resx
│ │ │ ├── LocationToRangeSample.code.cs
│ │ │ ├── LocationToRangeSample.cs
│ │ │ ├── LocationToRangeSample.Designer.cs
│ │ │ └── LocationToRangeSample.resx
│ │ ├── SpreadsheetGearNavigator
│ │ │ ├── ExplorerView.cs
│ │ │ ├── ExplorerView.designer.cs
│ │ │ ├── ExplorerView.resx
│ │ │ ├── NavigationControl.cs
│ │ │ ├── NavigationControl.designer.cs
│ │ │ ├── NavigationControl.resx
│ │ │ ├── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── SampleContainer.cs
│ │ │ ├── SampleContainer.designer.cs
│ │ │ ├── SampleContainer.resx
│ │ │ ├── SampleManager.cs
│ │ │ └── SpreadsheetGearNavigator.csproj
│ │ └── WindowsSamples.sln
│ └── WindowsSamplesVB
│ ├── SpreadsheetGearExplorerVB
│ │ ├── Advanced
│ │ │ ├── PerformanceSample.code.vb
│ │ │ ├── PerformanceSample.Designer.vb
│ │ │ ├── PerformanceSample.resx
│ │ │ ├── PerformanceSample.vb
│ │ │ ├── ThreadingSample.code.vb
│ │ │ ├── ThreadingSample.Designer.vb
│ │ │ ├── ThreadingSample.resx
│ │ │ └── ThreadingSample.vb
│ │ ├── Calculations
│ │ │ ├── AmortizationCalculatorSample.code.vb
│ │ │ ├── AmortizationCalculatorSample.Designer.vb
│ │ │ ├── AmortizationCalculatorSample.resx
│ │ │ ├── AmortizationCalculatorSample.vb
│ │ │ ├── CustomFunctionsSample.code.vb
│ │ │ ├── CustomFunctionsSample.Designer.vb
│ │ │ ├── CustomFunctionsSample.resx
│ │ │ ├── CustomFunctionsSample.vb
│ │ │ ├── FormulaEvaluationSample.code.vb
│ │ │ ├── FormulaEvaluationSample.Designer.vb
│ │ │ ├── FormulaEvaluationSample.resx
│ │ │ ├── FormulaEvaluationSample.vb
│ │ │ ├── SimpleLoanCalculatorSample.code.vb
│ │ │ ├── SimpleLoanCalculatorSample.Designer.vb
│ │ │ ├── SimpleLoanCalculatorSample.resx
│ │ │ └── SimpleLoanCalculatorSample.vb
│ │ ├── Charting
│ │ │ ├── BasicChartSample.code.vb
│ │ │ ├── BasicChartSample.Designer.vb
│ │ │ ├── BasicChartSample.resx
│ │ │ ├── BasicChartSample.vb
│ │ │ ├── BubbleChartSample.code.vb
│ │ │ ├── BubbleChartSample.Designer.vb
│ │ │ ├── BubbleChartSample.resx
│ │ │ ├── BubbleChartSample.vb
│ │ │ ├── CombinationChartSample.code.vb
│ │ │ ├── CombinationChartSample.Designer.vb
│ │ │ ├── CombinationChartSample.resx
│ │ │ ├── CombinationChartSample.vb
│ │ │ ├── GalleryChartSample.code.vb
│ │ │ ├── GalleryChartSample.Designer.vb
│ │ │ ├── GalleryChartSample.resx
│ │ │ ├── GalleryChartSample.vb
│ │ │ ├── GanttChartSample.code.vb
│ │ │ ├── GanttChartSample.Designer.vb
│ │ │ ├── GanttChartSample.resx
│ │ │ ├── GanttChartSample.vb
│ │ │ ├── RadarChartSample.code.vb
│ │ │ ├── RadarChartSample.Designer.vb
│ │ │ ├── RadarChartSample.resx
│ │ │ ├── RadarChartSample.vb
│ │ │ ├── StockChartSample.code.vb
│ │ │ ├── StockChartSample.Designer.vb
│ │ │ ├── StockChartSample.resx
│ │ │ ├── StockChartSample.vb
│ │ │ ├── XYScatterChartSample.code.vb
│ │ │ ├── XYScatterChartSample.Designer.vb
│ │ │ ├── XYScatterChartSample.resx
│ │ │ └── XYScatterChartSample.vb
│ │ ├── CommandManager
│ │ │ ├── SimpleCommandSample.code.vb
│ │ │ ├── SimpleCommandSample.Designer.vb
│ │ │ ├── SimpleCommandSample.resx
│ │ │ └── SimpleCommandSample.vb
│ │ ├── Controls
│ │ │ ├── ButtonSample.code.vb
│ │ │ ├── ButtonSample.Designer.vb
│ │ │ ├── ButtonSample.resx
│ │ │ ├── ButtonSample.vb
│ │ │ ├── CheckBoxSample.code.vb
│ │ │ ├── CheckBoxSample.Designer.vb
│ │ │ ├── CheckBoxSample.resx
│ │ │ ├── CheckBoxSample.vb
│ │ │ ├── ComboBoxSample.code.vb
│ │ │ ├── ComboBoxSample.Designer.vb
│ │ │ ├── ComboBoxSample.resx
│ │ │ ├── ComboBoxSample.vb
│ │ │ ├── ListBoxSample.code.vb
│ │ │ ├── ListBoxSample.Designer.vb
│ │ │ ├── ListBoxSample.resx
│ │ │ ├── ListBoxSample.vb
│ │ │ ├── SpinnerSample.code.vb
│ │ │ ├── SpinnerSample.Designer.vb
│ │ │ ├── SpinnerSample.resx
│ │ │ └── SpinnerSample.vb
│ │ ├── DataGrid
│ │ │ ├── SpreadsheetToDataGridFormattedSample.code.vb
│ │ │ ├── SpreadsheetToDataGridFormattedSample.Designer.vb
│ │ │ ├── SpreadsheetToDataGridFormattedSample.resx
│ │ │ ├── SpreadsheetToDataGridFormattedSample.vb
│ │ │ ├── SpreadsheetToDataGridSample.code.vb
│ │ │ ├── SpreadsheetToDataGridSample.Designer.vb
│ │ │ ├── SpreadsheetToDataGridSample.resx
│ │ │ └── SpreadsheetToDataGridSample.vb
│ │ ├── FormMain.Designer.vb
│ │ ├── FormMain.resx
│ │ ├── FormMain.vb
│ │ ├── My Project
│ │ │ ├── Application.Designer.vb
│ │ │ ├── Application.myapp
│ │ │ ├── AssemblyInfo.vb
│ │ │ ├── Resources.Designer.vb
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.vb
│ │ │ └── Settings.settings
│ │ ├── Output
│ │ │ ├── amortization.xls
│ │ │ ├── chartgallery.xlsx
│ │ │ ├── Documentation
│ │ │ │ ├── AdvancedPage.html
│ │ │ │ ├── CalculationsPage.html
│ │ │ │ ├── ChartingPage.html
│ │ │ │ ├── CommandManagerPage.html
│ │ │ │ ├── ControlsPage.html
│ │ │ │ ├── DataGridPage.html
│ │ │ │ ├── Images
│ │ │ │ │ ├── calcengine.png
│ │ │ │ │ ├── charting.png
│ │ │ │ │ ├── datagrid.jpg
│ │ │ │ │ └── excelapp.jpg
│ │ │ │ ├── PrintingPage.html
│ │ │ │ ├── RangePage.html
│ │ │ │ ├── ReportingPage.html
│ │ │ │ ├── SGExplorerPage.html
│ │ │ │ ├── ShapesPage.html
│ │ │ │ ├── WorkbookViewDisplayOptionsPage.html
│ │ │ │ ├── WorkbookViewEventsPage.html
│ │ │ │ └── WorkbookViewPage.html
│ │ │ ├── nfltemplate.xls
│ │ │ ├── nfl.xml
│ │ │ ├── simpleloancalc.xls
│ │ │ ├── spiceeast.xls
│ │ │ ├── spicenorth.xls
│ │ │ ├── spiceordertemplate.xls
│ │ │ ├── spiceorder.xls
│ │ │ ├── spiceorder.xml
│ │ │ ├── spicesouth.xls
│ │ │ ├── spicewest.xls
│ │ │ ├── SpreadsheetGearNavigator.dll
│ │ │ ├── ssgear.gif
│ │ │ ├── stockhlc.xml
│ │ │ ├── stockohlc.xml
│ │ │ ├── stockvhlc.xml
│ │ │ └── stockvohlc.xml
│ │ ├── Printing
│ │ │ ├── AdvancedPrintingSample.code.vb
│ │ │ ├── AdvancedPrintingSample.Designer.vb
│ │ │ ├── AdvancedPrintingSample.resx
│ │ │ ├── AdvancedPrintingSample.vb
│ │ │ ├── BasicPrintingSample.code.vb
│ │ │ ├── BasicPrintingSample.Designer.vb
│ │ │ ├── BasicPrintingSample.resx
│ │ │ ├── BasicPrintingSample.vb
│ │ │ ├── CustomPrintPreviewDialog.Designer.vb
│ │ │ ├── CustomPrintPreviewDialog.resx
│ │ │ ├── CustomPrintPreviewDialog.vb
│ │ │ ├── PageBreaksSample.code.vb
│ │ │ ├── PageBreaksSample.Designer.vb
│ │ │ ├── PageBreaksSample.resx
│ │ │ ├── PageBreaksSample.vb
│ │ │ ├── PageSetupSample.code.vb
│ │ │ ├── PageSetupSample.Designer.vb
│ │ │ ├── PageSetupSample.resx
│ │ │ ├── PageSetupSample.vb
│ │ │ ├── XPSDocumentSample.code.vb
│ │ │ ├── XPSDocumentSample.Designer.vb
│ │ │ ├── XPSDocumentSample.resx
│ │ │ └── XPSDocumentSample.vb
│ │ ├── Range
│ │ │ ├── AutoFilterSample.code.vb
│ │ │ ├── AutoFilterSample.Designer.vb
│ │ │ ├── AutoFilterSample.resx
│ │ │ ├── AutoFilterSample.vb
│ │ │ ├── BorderSample.code.vb
│ │ │ ├── BorderSample.Designer.vb
│ │ │ ├── BorderSample.resx
│ │ │ ├── BorderSample.vb
│ │ │ ├── CommentSample.code.vb
│ │ │ ├── CommentSample.Designer.vb
│ │ │ ├── CommentSample.resx
│ │ │ ├── CommentSample.vb
│ │ │ ├── ConditionalFormatSample.code.vb
│ │ │ ├── ConditionalFormatSample.Designer.vb
│ │ │ ├── ConditionalFormatSample.resx
│ │ │ ├── ConditionalFormatSample.vb
│ │ │ ├── DataSeriesSample.code.vb
│ │ │ ├── DataSeriesSample.Designer.vb
│ │ │ ├── DataSeriesSample.resx
│ │ │ ├── DataSeriesSample.vb
│ │ │ ├── FindReplaceSample.code.vb
│ │ │ ├── FindReplaceSample.Designer.vb
│ │ │ ├── FindReplaceSample.resx
│ │ │ ├── FindReplaceSample.vb
│ │ │ ├── FontSample.code.vb
│ │ │ ├── FontSample.Designer.vb
│ │ │ ├── FontSample.resx
│ │ │ ├── FontSample.vb
│ │ │ ├── GoalSeekSample.code.vb
│ │ │ ├── GoalSeekSample.Designer.vb
│ │ │ ├── GoalSeekSample.resx
│ │ │ ├── GoalSeekSample.vb
│ │ │ ├── HyperlinkSample.code.vb
│ │ │ ├── HyperlinkSample.Designer.vb
│ │ │ ├── HyperlinkSample.resx
│ │ │ ├── HyperlinkSample.vb
│ │ │ ├── InteriorSample.code.vb
│ │ │ ├── InteriorSample.Designer.vb
│ │ │ ├── InteriorSample.resx
│ │ │ ├── InteriorSample.vb
│ │ │ ├── LockingSample.code.vb
│ │ │ ├── LockingSample.Designer.vb
│ │ │ ├── LockingSample.resx
│ │ │ ├── LockingSample.vb
│ │ │ ├── MergeCellsSample.code.vb
│ │ │ ├── MergeCellsSample.Designer.vb
│ │ │ ├── MergeCellsSample.resx
│ │ │ ├── MergeCellsSample.vb
│ │ │ ├── NumberFormatSample.code.vb
│ │ │ ├── NumberFormatSample.Designer.vb
│ │ │ ├── NumberFormatSample.resx
│ │ │ ├── NumberFormatSample.vb
│ │ │ ├── OrientationSample.code.vb
│ │ │ ├── OrientationSample.Designer.vb
│ │ │ ├── OrientationSample.resx
│ │ │ ├── OrientationSample.vb
│ │ │ ├── OutlineSample.code.vb
│ │ │ ├── OutlineSample.Designer.vb
│ │ │ ├── OutlineSample.resx
│ │ │ ├── OutlineSample.vb
│ │ │ ├── SortSample.code.vb
│ │ │ ├── SortSample.Designer.vb
│ │ │ ├── SortSample.resx
│ │ │ ├── SortSample.vb
│ │ │ ├── ValidationSample.code.vb
│ │ │ ├── ValidationSample.Designer.vb
│ │ │ ├── ValidationSample.resx
│ │ │ ├── ValidationSample.vb
│ │ │ ├── ValueFromArraySample.code.vb
│ │ │ ├── ValueFromArraySample.Designer.vb
│ │ │ ├── ValueFromArraySample.resx
│ │ │ └── ValueFromArraySample.vb
│ │ ├── Reporting
│ │ │ ├── DataSetToWorkbookSample.code.vb
│ │ │ ├── DataSetToWorkbookSample.Designer.vb
│ │ │ ├── DataSetToWorkbookSample.resx
│ │ │ ├── DataSetToWorkbookSample.vb
│ │ │ ├── DataTableToWorkbookSample.code.vb
│ │ │ ├── DataTableToWorkbookSample.Designer.vb
│ │ │ ├── DataTableToWorkbookSample.resx
│ │ │ ├── DataTableToWorkbookSample.vb
│ │ │ ├── FormulasFormatsSample.code.vb
│ │ │ ├── FormulasFormatsSample.Designer.vb
│ │ │ ├── FormulasFormatsSample.resx
│ │ │ ├── FormulasFormatsSample.vb
│ │ │ ├── SimpleSpreadsheetSample.code.vb
│ │ │ ├── SimpleSpreadsheetSample.Designer.vb
│ │ │ ├── SimpleSpreadsheetSample.resx
│ │ │ ├── SimpleSpreadsheetSample.vb
│ │ │ ├── WorkbookConsolidationSample.code.vb
│ │ │ ├── WorkbookConsolidationSample.Designer.vb
│ │ │ ├── WorkbookConsolidationSample.resx
│ │ │ └── WorkbookConsolidationSample.vb
│ │ ├── Shapes
│ │ │ ├── AutoShapesSample.code.vb
│ │ │ ├── AutoShapesSample.Designer.vb
│ │ │ ├── AutoShapesSample.resx
│ │ │ ├── AutoShapesSample.vb
│ │ │ ├── PictureSample.code.vb
│ │ │ ├── PictureSample.Designer.vb
│ │ │ ├── PictureSample.resx
│ │ │ ├── PictureSample.vb
│ │ │ ├── TextBoxSample.code.vb
│ │ │ ├── TextBoxSample.Designer.vb
│ │ │ ├── TextBoxSample.resx
│ │ │ └── TextBoxSample.vb
│ │ ├── SpreadsheetGearExplorerVB.vbproj
│ │ └── WorkbookView
│ │ ├── ActiveWorkbookSample.code.vb
│ │ ├── ActiveWorkbookSample.Designer.vb
│ │ ├── ActiveWorkbookSample.resx
│ │ ├── ActiveWorkbookSample.vb
│ │ ├── ActiveWorksheetSample.code.vb
│ │ ├── ActiveWorksheetSample.Designer.vb
│ │ ├── ActiveWorksheetSample.resx
│ │ ├── ActiveWorksheetSample.vb
│ │ ├── DisplayOptions
│ │ │ ├── DisplayReferenceSample.code.vb
│ │ │ ├── DisplayReferenceSample.Designer.vb
│ │ │ ├── DisplayReferenceSample.resx
│ │ │ ├── DisplayReferenceSample.vb
│ │ │ ├── WorkbookWindowInfoSample.code.vb
│ │ │ ├── WorkbookWindowInfoSample.Designer.vb
│ │ │ ├── WorkbookWindowInfoSample.resx
│ │ │ ├── WorkbookWindowInfoSample.vb
│ │ │ ├── WorksheetWindowInfoSample.code.vb
│ │ │ ├── WorksheetWindowInfoSample.Designer.vb
│ │ │ ├── WorksheetWindowInfoSample.resx
│ │ │ └── WorksheetWindowInfoSample.vb
│ │ ├── Events
│ │ │ ├── ActiveTabChangedEventSample.code.vb
│ │ │ ├── ActiveTabChangedEventSample.Designer.vb
│ │ │ ├── ActiveTabChangedEventSample.resx
│ │ │ ├── ActiveTabChangedEventSample.vb
│ │ │ ├── CalculateEventSample.code.vb
│ │ │ ├── CalculateEventSample.Designer.vb
│ │ │ ├── CalculateEventSample.resx
│ │ │ ├── CalculateEventSample.vb
│ │ │ ├── CellBeginEditEventSample.code.vb
│ │ │ ├── CellBeginEditEventSample.Designer.vb
│ │ │ ├── CellBeginEditEventSample.resx
│ │ │ ├── CellBeginEditEventSample.vb
│ │ │ ├── CellEndEditEventSample.code.vb
│ │ │ ├── CellEndEditEventSample.Designer.vb
│ │ │ ├── CellEndEditEventSample.resx
│ │ │ ├── CellEndEditEventSample.vb
│ │ │ ├── RangeChangedEventSample.code.vb
│ │ │ ├── RangeChangedEventSample.Designer.vb
│ │ │ ├── RangeChangedEventSample.resx
│ │ │ ├── RangeChangedEventSample.vb
│ │ │ ├── RangeSelectionChangedEventSample.code.vb
│ │ │ ├── RangeSelectionChangedEventSample.Designer.vb
│ │ │ ├── RangeSelectionChangedEventSample.resx
│ │ │ ├── RangeSelectionChangedEventSample.vb
│ │ │ ├── ShapeActionEventSample.code.vb
│ │ │ ├── ShapeActionEventSample.Designer.vb
│ │ │ ├── ShapeActionEventSample.resx
│ │ │ ├── ShapeActionEventSample.vb
│ │ │ ├── ShapeSelectionChangedEventSample.code.vb
│ │ │ ├── ShapeSelectionChangedEventSample.Designer.vb
│ │ │ ├── ShapeSelectionChangedEventSample.resx
│ │ │ ├── ShapeSelectionChangedEventSample.vb
│ │ │ ├── ShowErrorEventSample.code.vb
│ │ │ ├── ShowErrorEventSample.Designer.vb
│ │ │ ├── ShowErrorEventSample.resx
│ │ │ └── ShowErrorEventSample.vb
│ │ ├── FormSample.code.vb
│ │ ├── FormSample.Designer.vb
│ │ ├── FormSample.resx
│ │ ├── FormSample.vb
│ │ ├── LocationToRangeSample.code.vb
│ │ ├── LocationToRangeSample.Designer.vb
│ │ ├── LocationToRangeSample.resx
│ │ └── LocationToRangeSample.vb
│ └── WindowsSamplesVB.sln
└── DotNet40
└── Bin
├── Design
│ ├── SpreadsheetGear2012.Design.dll
│ └── SpreadsheetGear2012.Windows.WPF.Design.dll
├── SpreadsheetGear2012.Core.dll
├── SpreadsheetGear2012.Core.xml
├── SpreadsheetGear2012.Drawing.dll
├── SpreadsheetGear2012.Drawing.xml
├── SpreadsheetGear2012ForWindows.exe
├── SpreadsheetGear2012ForWindows.exe.config
├── SpreadsheetGear2012.Windows.Forms.dll
├── SpreadsheetGear2012.Windows.Forms.Integration.dll
├── SpreadsheetGear2012.Windows.Forms.xml
├── SpreadsheetGear2012.Windows.WPF.dll
└── SpreadsheetGear2012.Windows.WPF.xml
47 directories, 685 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论