实例介绍
ReoGrid是一个快速强大的开源.NET电子表格组件,支持数据格式、冻结、大纲、公式计算、图表、脚本执行等功能。
【实例截图】【核心代码】
文件清单
└── ReoGrid-c68a8bd650abafe4abe0ef23d6ac09f8e776c242
├── build-release.bat
├── CONTRIBUTING.md
├── Demo
│ ├── app.config
│ ├── CellAndRange
│ │ ├── AccessCellDataDemo.cs
│ │ ├── AccessCellDataDemo.Designer.cs
│ │ ├── AccessCellDataDemo.resx
│ │ ├── AccessRangeData.cs
│ │ ├── AccessRangeData.Designer.cs
│ │ ├── AccessRangeData.resx
│ │ ├── CellTextDemo.cs
│ │ ├── CellTextDemo.Designer.cs
│ │ ├── CellTextDemo.resx
│ │ ├── CustomDataFormatDemo.cs
│ │ ├── CustomDataFormatDemo.Designer.cs
│ │ ├── CustomDataFormatDemo.resx
│ │ ├── IterateCellsAndBorders.cs
│ │ ├── IterateCellsAndBorders.Designer.cs
│ │ ├── IterateCellsAndBorders.resx
│ │ ├── MergeCellsDemo.cs
│ │ ├── MergeCellsDemo.Designer.cs
│ │ └── MergeCellsDemo.resx
│ ├── Chart
│ │ ├── AreaChartDemo.cs
│ │ ├── AreaChartDemo.Designer.cs
│ │ ├── AreaChartDemo.resx
│ │ ├── BarChartDemo.cs
│ │ ├── BarChartDemo.Designer.cs
│ │ ├── BarChartDemo.resx
│ │ ├── ColumnChartDemo.cs
│ │ ├── ColumnChartDemo.Designer.cs
│ │ ├── ColumnChartDemo.resx
│ │ ├── DoughnutChartDemo.cs
│ │ ├── DoughnutChartDemo.Designer.cs
│ │ ├── DoughnutChartDemo.resx
│ │ ├── LineChartDemo.cs
│ │ ├── LineChartDemo.Designer.cs
│ │ ├── LineChartDemo.resx
│ │ ├── Pie2DChartDemo.cs
│ │ ├── Pie2DChartDemo.Designer.cs
│ │ └── Pie2DChartDemo.resx
│ ├── CustomCells
│ │ ├── AnimationCellDemo.cs
│ │ ├── AnimationCellDemo.Designer.cs
│ │ ├── AnimationCellDemo.resx
│ │ ├── BuiltInTypesDemo.cs
│ │ ├── BuiltInTypesDemo.Designer.cs
│ │ ├── BuiltInTypesDemo.resx
│ │ ├── CustomDropdownDemo.cs
│ │ ├── CustomDropdownDemo.Designer.cs
│ │ ├── CustomDropdownDemo.resx
│ │ ├── ImageCheckboxDemo.cs
│ │ ├── ImageCheckboxDemo.Designer.cs
│ │ ├── ImageCheckboxDemo.resx
│ │ ├── NumericProgressDemo.cs
│ │ ├── NumericProgressDemo.Designer.cs
│ │ ├── NumericProgressDemo.resx
│ │ ├── SlideCellDemo.cs
│ │ ├── SlideCellDemo.Designer.cs
│ │ └── SlideCellDemo.resx
│ ├── DemoCategory.xml
│ ├── Demo.csproj
│ ├── DemoForm.resx
│ ├── DemoItemsForm.cs
│ ├── DemoItemsForm.Designer.cs
│ ├── DemoItemsForm.resx
│ ├── Documents
│ │ ├── DataFormatDocDemo.cs
│ │ ├── DataFormatDocDemo.Designer.cs
│ │ ├── DataFormatDocDemo.resx
│ │ ├── FinancialRatiosDocDemo.cs
│ │ ├── FinancialRatiosDocDemo.Designer.cs
│ │ ├── FinancialRatiosDocDemo.resx
│ │ ├── InvoiceExcelDocDemo.cs
│ │ ├── InvoiceExcelDocDemo.Designer.cs
│ │ ├── InvoiceExcelDocDemo.resx
│ │ ├── MazeDocDemo.cs
│ │ ├── MazeDocDemo.Designer.cs
│ │ ├── MazeDocDemo.resx
│ │ ├── MonthCalendarDocDemo.cs
│ │ ├── MonthCalendarDocDemo.Designer.cs
│ │ ├── MonthCalendarDocDemo.resx
│ │ ├── OrderDocDemo.cs
│ │ ├── OrderDocDemo.Designer.cs
│ │ ├── OrderDocDemo.resx
│ │ ├── ProjectBuildReportDemo.cs
│ │ ├── ProjectBuildReportDemo.Designer.cs
│ │ ├── ProjectBuildReportDemo.resx
│ │ ├── ProjectSummaryDocDemo.cs
│ │ ├── ProjectSummaryDocDemo.Designer.cs
│ │ ├── ProjectSummaryDocDemo.resx
│ │ ├── YearCalendarDocDemo.cs
│ │ ├── YearCalendarDocDemo.Designer.cs
│ │ └── YearCalendarDocDemo.resx
│ ├── Drawings
│ │ ├── AddingObjectDemo.cs
│ │ ├── AddingObjectDemo.Designer.cs
│ │ ├── AddingObjectDemo.resx
│ │ ├── AddingObjectDemo.src.html
│ │ ├── BasicShapesDemo.cs
│ │ ├── BasicShapesDemo.Designer.cs
│ │ ├── BasicShapesDemo.resx
│ │ ├── DrawingObjectStyleDemo.cs
│ │ ├── DrawingObjectStyleDemo.Designer.cs
│ │ └── DrawingObjectStyleDemo.resx
│ ├── DropdownButton.cs
│ ├── EdgeFreeze
│ │ ├── BottomFreezeDemo.cs
│ │ ├── BottomFreezeDemo.Designer.cs
│ │ ├── BottomFreezeDemo.resx
│ │ ├── BottomLeftFreezeDemo.cs
│ │ ├── BottomLeftFreezeDemo.Designer.cs
│ │ ├── BottomLeftFreezeDemo.resx
│ │ ├── BottomRightFreezeDemo.cs
│ │ ├── BottomRightFreezeDemo.Designer.cs
│ │ ├── BottomRightFreezeDemo.resx
│ │ ├── LeftFreezeDemo.cs
│ │ ├── LeftFreezeDemo.Designer.cs
│ │ ├── LeftFreezeDemo.resx
│ │ ├── RightFreezeDemo.cs
│ │ ├── RightFreezeDemo.Designer.cs
│ │ ├── RightFreezeDemo.resx
│ │ ├── TopFreezeDemo.cs
│ │ ├── TopFreezeDemo.Designer.cs
│ │ ├── TopFreezeDemo.resx
│ │ ├── TopLeftFreezeDemo.cs
│ │ ├── TopLeftFreezeDemo.Designer.cs
│ │ ├── TopLeftFreezeDemo.resx
│ │ ├── TopRightFreezeDemo.cs
│ │ ├── TopRightFreezeDemo.Designer.cs
│ │ └── TopRightFreezeDemo.resx
│ ├── favicon.ico
│ ├── Features
│ │ ├── CellsEventDemo.cs
│ │ ├── CellsEventDemo.Designer.cs
│ │ ├── CellsEventDemo.resx
│ │ ├── ClipboardEventDemo.cs
│ │ ├── ClipboardEventDemo.Designer.cs
│ │ ├── ClipboardEventDemo.resx
│ │ ├── ColumnFilterAndSortDemo.cs
│ │ ├── ColumnFilterAndSortDemo.Designer.cs
│ │ ├── ColumnFilterAndSortDemo.resx
│ │ ├── ControlAppearanceDemo.cs
│ │ ├── ControlAppearanceDemo.Designer.cs
│ │ ├── ControlAppearanceDemo.resx
│ │ ├── CustomCellsForm.resx
│ │ ├── CustomSelectionDemo.cs
│ │ ├── CustomSelectionDemo.Designer.cs
│ │ ├── CustomSelectionDemo.resx
│ │ ├── MultisheetDemo.cs
│ │ ├── MultisheetDemo.Designer.cs
│ │ ├── MultisheetDemo.resx
│ │ ├── OnlyNumberInputDemo.cs
│ │ ├── OnlyNumberInputDemo.Designer.cs
│ │ ├── OnlyNumberInputDemo.resx
│ │ ├── OutlineDemo.cs
│ │ ├── OutlineDemo.Designer.cs
│ │ ├── OutlineDemo.resx
│ │ ├── OutlineWithFreezeDemo.cs
│ │ ├── OutlineWithFreezeDemo.Designer.cs
│ │ ├── OutlineWithFreezeDemo.resx
│ │ ├── PickRangeDemo.cs
│ │ ├── PickRangeDemo.Designer.cs
│ │ ├── PickRangeDemo.resx
│ │ ├── RichTextDemo.cs
│ │ ├── RichTextDemo.Designer.cs
│ │ ├── RichTextDemo.resx
│ │ ├── SetEditableRangeDemo.cs
│ │ ├── SetEditableRangeDemo.Designer.cs
│ │ ├── SetEditableRangeDemo.resx
│ │ ├── SynchronizeScrollDemo.cs
│ │ ├── SynchronizeScrollDemo.Designer.cs
│ │ ├── SynchronizeScrollDemo.resx
│ │ ├── ZoomDemo.cs
│ │ ├── ZoomDemo.Designer.cs
│ │ └── ZoomDemo.resx
│ ├── Formula
│ │ ├── CustomizeFunctionDemo.cs
│ │ ├── CustomizeFunctionDemo.Designer.cs
│ │ ├── CustomizeFunctionDemo.resx
│ │ ├── FormulaDemo.cs
│ │ ├── FormulaDemo.Designer.cs
│ │ ├── FormulaDemo.resx
│ │ ├── NamedRangeReferenceDemo.cs
│ │ ├── NamedRangeReferenceDemo.Designer.cs
│ │ └── NamedRangeReferenceDemo.resx
│ ├── Performance
│ │ ├── ComplexMergedCellDemo.cs
│ │ ├── ComplexMergedCellDemo.Designer.cs
│ │ ├── ComplexMergedCellDemo.resx
│ │ ├── MaximumSheetDemo.cs
│ │ ├── MaximumSheetDemo.Designer.cs
│ │ ├── MaximumSheetDemo.resx
│ │ ├── RowPerformanceDemo.cs
│ │ ├── RowPerformanceDemo.Designer.cs
│ │ ├── RowPerformanceDemo.resx
│ │ ├── UpdateDataFormatDemo.cs
│ │ ├── UpdateDataFormatDemo.Designer.cs
│ │ └── UpdateDataFormatDemo.resx
│ │ ├── PrintMultipleWorksheetDemo.cs
│ │ ├── PrintMultipleWorksheetDemo.Designer.cs
│ │ ├── PrintMultipleWorksheetDemo.resx
│ │ ├── PrintPreviewDemo.cs
│ │ ├── PrintPreviewDemo.Designer.cs
│ │ └── PrintPreviewDemo.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Checked Checkbox-20.png
│ │ ├── computer_laptop.png
│ │ ├── DialogGroup_5846_16x.png
│ │ ├── Folder_6222.png
│ │ ├── image5.png
│ │ ├── loading.gif
│ │ ├── Table_748.png
│ │ └── Unchecked Checkbox-20.png
│ ├── scripts
│ │ ├── HandleEventsDemo.cs
│ │ ├── HandleEventsDemo.Designer.cs
│ │ ├── HandleEventsDemo.resx
│ │ ├── LoadScriptDocDemo.cs
│ │ ├── LoadScriptDocDemo.Designer.cs
│ │ ├── LoadScriptDocDemo.resx
│ │ ├── ReoQueryScriptDemo.cs
│ │ ├── ReoQueryScriptDemo.Designer.cs
│ │ ├── ReoQueryScriptDemo.resx
│ │ ├── RunScriptDemo.cs
│ │ ├── RunScriptDemo.Designer.cs
│ │ └── RunScriptDemo.resx
│ ├── Styles
│ │ ├── BorderStylesDemo.cs
│ │ ├── BorderStylesDemo.Designer.cs
│ │ ├── BorderStylesDemo.resx
│ │ ├── CustomHeaderDemo.cs
│ │ ├── CustomHeaderDemo.Designer.cs
│ │ ├── CustomHeaderDemo.resx
│ │ ├── MultiSelectionDemo.cs
│ │ ├── MultiSelectionDemo.Designer.cs
│ │ ├── MultiSelectionDemo.resx
│ │ ├── SelectionModeDemo.cs
│ │ ├── SelectionModeDemo.Designer.cs
│ │ └── SelectionModeDemo.resx
│ ├── _Templates
│ │ ├── CSV
│ │ │ └── zip_code_sample.csv
│ │ ├── Excel
│ │ │ ├── flowchart.xlsx
│ │ │ ├── simple-invoice.xlsx
│ │ │ └── welcome.xlsx
│ │ └── RGF
│ │ ├── calendar_2008_1.rgf
│ │ ├── calendar_2013.rgf
│ │ ├── cell_format.rgf
│ │ ├── change_colors.rgf
│ │ ├── Financial_Ratios.rgf
│ │ ├── Maze.rgf
│ │ ├── merged_range.rgf
│ │ ├── order_sample.rgf
│ │ ├── outline.rgf
│ │ ├── printable_report.rgf
│ │ ├── project_building_report.rgf
│ │ ├── project_cost_summary.rgf
│ │ └── quick_start_sample.rgf
│ ├── Welcome
│ │ ├── WhatsNewDemo.cs
│ │ ├── WhatsNewDemo.Designer.cs
│ │ └── WhatsNewDemo.resx
│ ├── WorksheetForm.cs
│ ├── WorksheetForm.Designer.cs
│ └── WorksheetForm.resx
├── DemoJP
│ ├── app.config
│ ├── Cell
│ │ ├── BorderStylesDemo.cs
│ │ ├── BorderStylesDemo.Designer.cs
│ │ ├── BorderStylesDemo.resx
│ │ ├── CellDataDemo.cs
│ │ ├── CellDataDemo.Designer.cs
│ │ ├── CellDataDemo.resx
│ │ ├── CellsEventDemo.cs
│ │ ├── CellsEventDemo.Designer.cs
│ │ ├── CellsEventDemo.resx
│ │ ├── CellStyleDemo.cs
│ │ ├── CellStyleDemo.Designer.cs
│ │ ├── CellStyleDemo.resx
│ │ ├── CellTextDemo.cs
│ │ ├── CellTextDemo.Designer.cs
│ │ ├── CellTextDemo.resx
│ │ ├── CustomDataFormatDemo.cs
│ │ ├── CustomDataFormatDemo.Designer.cs
│ │ ├── CustomDataFormatDemo.resx
│ │ ├── IterateCellsDemo.cs
│ │ ├── IterateCellsDemo.Designer.cs
│ │ ├── IterateCellsDemo.resx
│ │ ├── MergeCellsDemo.cs
│ │ ├── MergeCellsDemo.Designer.cs
│ │ ├── MergeCellsDemo.resx
│ │ ├── RangeUsageDemo.cs
│ │ ├── RangeUsageDemo.Designer.cs
│ │ ├── RangeUsageDemo.resx
│ │ ├── RichTextDemo.cs
│ │ ├── RichTextDemo.Designer.cs
│ │ └── RichTextDemo.resx
│ ├── Chart
│ │ ├── AreaChartDemo.cs
│ │ ├── AreaChartDemo.Designer.cs
│ │ ├── AreaChartDemo.resx
│ │ ├── BarChartDemo.cs
│ │ ├── BarChartDemo.Designer.cs
│ │ ├── BarChartDemo.resx
│ │ ├── ColumnChartDemo.cs
│ │ ├── ColumnChartDemo.Designer.cs
│ │ ├── ColumnChartDemo.resx
│ │ ├── DoughnutChartDemo.cs
│ │ ├── DoughnutChartDemo.Designer.cs
│ │ ├── DoughnutChartDemo.resx
│ │ ├── LineChartDemo.cs
│ │ ├── LineChartDemo.Designer.cs
│ │ ├── LineChartDemo.resx
│ │ ├── Pie2DChartDemo.cs
│ │ ├── Pie2DChartDemo.Designer.cs
│ │ └── Pie2DChartDemo.resx
│ ├── CustomCell
│ │ ├── AnimationCellDemo.cs
│ │ ├── AnimationCellDemo.Designer.cs
│ │ ├── AnimationCellDemo.resx
│ │ ├── BuiltInCellTypesDemo.cs
│ │ ├── BuiltInCellTypesDemo.Designer.cs
│ │ ├── BuiltInCellTypesDemo.resx
│ │ ├── CustomDropdownDemo.cs
│ │ ├── CustomDropdownDemo.Designer.cs
│ │ ├── CustomDropdownDemo.resx
│ │ ├── ImageOwnerDrawingDemo.cs
│ │ ├── ImageOwnerDrawingDemo.Designer.cs
│ │ ├── ImageOwnerDrawingDemo.resx
│ │ ├── NumericProgressDemo.cs
│ │ ├── NumericProgressDemo.Designer.cs
│ │ ├── NumericProgressDemo.resx
│ │ ├── SlideCellDemo.cs
│ │ ├── SlideCellDemo.Designer.cs
│ │ └── SlideCellDemo.resx
│ ├── DemoCategory.xml
│ ├── DemoForm.resx
│ ├── DemoItemsForm.cs
│ ├── DemoItemsForm.Designer.cs
│ ├── DemoItemsForm.resx
│ ├── DemoJP.csproj
│ ├── Documents
│ │ ├── BalanceSheetDemo.cs
│ │ ├── BalanceSheetDemo.Designer.cs
│ │ ├── BalanceSheetDemo.resx
│ │ ├── DataFormatDocDemo.cs
│ │ ├── DataFormatDocDemo.Designer.cs
│ │ ├── DataFormatDocDemo.resx
│ │ ├── FinancialAnalysisDemo.cs
│ │ ├── FinancialAnalysisDemo.Designer.cs
│ │ ├── FinancialAnalysisDemo.resx
│ │ ├── FinancialRatiosDocDemo.cs
│ │ ├── FinancialRatiosDocDemo.Designer.cs
│ │ ├── FinancialRatiosDocDemo.resx
│ │ ├── FurikaeDenpyoDemo.cs
│ │ ├── FurikaeDenpyoDemo.Designer.cs
│ │ ├── FurikaeDenpyoDemo.resx
│ │ ├── InvoiceExcelDocDemo.cs
│ │ ├── InvoiceExcelDocDemo.Designer.cs
│ │ ├── InvoiceExcelDocDemo.resx
│ │ ├── KamokuPanel.cs
│ │ ├── KamokuPanel.designer.cs
│ │ ├── KamokuPanel.resx
│ │ ├── MazeDocDemo.cs
│ │ ├── MazeDocDemo.Designer.cs
│ │ ├── MazeDocDemo.resx
│ │ ├── MonthCalendarDocDemo.cs
│ │ ├── MonthCalendarDocDemo.Designer.cs
│ │ ├── MonthCalendarDocDemo.resx
│ │ ├── MonthlyPopulationStatDemo.cs
│ │ ├── MonthlyPopulationStatDemo.Designer.cs
│ │ ├── MonthlyPopulationStatDemo.resx
│ │ ├── OrderDocDemo.cs
│ │ ├── OrderDocDemo.Designer.cs
│ │ ├── OrderDocDemo.resx
│ │ ├── ProjectBuildReportDemo.cs
│ │ ├── ProjectBuildReportDemo.Designer.cs
│ │ ├── ProjectBuildReportDemo.resx
│ │ ├── ProjectSummaryDocDemo.cs
│ │ ├── ProjectSummaryDocDemo.Designer.cs
│ │ ├── ProjectSummaryDocDemo.resx
│ │ ├── StaffInformationDemo.cs
│ │ ├── StaffInformationDemo.Designer.cs
│ │ ├── StaffInformationDemo.resx
│ │ ├── YearCalendarDocDemo.cs
│ │ ├── YearCalendarDocDemo.Designer.cs
│ │ └── YearCalendarDocDemo.resx
│ ├── Drawings
│ │ ├── AddingObjectDemo.cs
│ │ ├── AddingObjectDemo.Designer.cs
│ │ ├── AddingObjectDemo.resx
│ │ ├── AddingObjectDemo.src.html
│ │ ├── BasicShapesDemo.cs
│ │ ├── BasicShapesDemo.Designer.cs
│ │ ├── BasicShapesDemo.resx
│ │ ├── DrawingObjectStyleDemo.cs
│ │ ├── DrawingObjectStyleDemo.Designer.cs
│ │ └── DrawingObjectStyleDemo.resx
│ ├── DropdownButton.cs
│ ├── EdgeFreeze
│ │ ├── BottomFreezeDemo.cs
│ │ ├── BottomFreezeDemo.Designer.cs
│ │ ├── BottomFreezeDemo.resx
│ │ ├── BottomLeftFreezeDemo.cs
│ │ ├── BottomLeftFreezeDemo.Designer.cs
│ │ ├── BottomLeftFreezeDemo.resx
│ │ ├── BottomRightFreezeDemo.cs
│ │ ├── BottomRightFreezeDemo.Designer.cs
│ │ ├── BottomRightFreezeDemo.resx
│ │ ├── LeftFreezeDemo.cs
│ │ ├── LeftFreezeDemo.Designer.cs
│ │ ├── LeftFreezeDemo.resx
│ │ ├── RightFreezeDemo.cs
│ │ ├── RightFreezeDemo.Designer.cs
│ │ ├── RightFreezeDemo.resx
│ │ ├── TopFreezeDemo.cs
│ │ ├── TopFreezeDemo.Designer.cs
│ │ ├── TopFreezeDemo.resx
│ │ ├── TopLeftFreezeDemo.cs
│ │ ├── TopLeftFreezeDemo.Designer.cs
│ │ ├── TopLeftFreezeDemo.resx
│ │ ├── TopRightFreezeDemo.cs
│ │ ├── TopRightFreezeDemo.Designer.cs
│ │ └── TopRightFreezeDemo.resx
│ ├── favicon.ico
│ ├── Formula
│ │ ├── AddressFunctionDemo.cs
│ │ ├── AddressFunctionDemo.Designer.cs
│ │ ├── AddressFunctionDemo.resx
│ │ ├── CustomizeFunctionDemo.cs
│ │ ├── CustomizeFunctionDemo.Designer.cs
│ │ ├── CustomizeFunctionDemo.resx
│ │ ├── GeneralFormulaDemo.cs
│ │ ├── GeneralFormulaDemo.Designer.cs
│ │ ├── GeneralFormulaDemo.resx
│ │ ├── NamedRangeReferenceDemo.cs
│ │ ├── NamedRangeReferenceDemo.Designer.cs
│ │ └── NamedRangeReferenceDemo.resx
│ ├── General
│ │ ├── WhatsNewDemo.cs
│ │ ├── WhatsNewDemo.Designer.cs
│ │ └── WhatsNewDemo.resx
│ ├── Performance
│ │ ├── ComplexMergedCellDemo.cs
│ │ ├── ComplexMergedCellDemo.Designer.cs
│ │ ├── ComplexMergedCellDemo.resx
│ │ ├── MaximumGridDemo.cs
│ │ ├── MaximumGridDemo.Designer.cs
│ │ ├── MaximumGridDemo.resx
│ │ ├── RowPerformanceDemo.cs
│ │ ├── RowPerformanceDemo.Designer.cs
│ │ ├── RowPerformanceDemo.resx
│ │ ├── UpdateDataFormatDemo.cs
│ │ ├── UpdateDataFormatDemo.Designer.cs
│ │ └── UpdateDataFormatDemo.resx
│ │ ├── PrintMultipleWorksheetDemo.cs
│ │ ├── PrintMultipleWorksheetDemo.Designer.cs
│ │ ├── PrintMultipleWorksheetDemo.resx
│ │ ├── PrintPreviewDemo.cs
│ │ ├── PrintPreviewDemo.Designer.cs
│ │ └── PrintPreviewDemo.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ref
│ ├── Resources
│ │ ├── Briefcase Filled-32.png
│ │ ├── Calendar-16.png
│ │ ├── Checked Checkbox-20.png
│ │ ├── Classroom-32.png
│ │ ├── computer_laptop.png
│ │ ├── Conference Call-32.png
│ │ ├── Contact Card-32.png
│ │ ├── Contacts-32 (1).png
│ │ ├── Contacts-32.png
│ │ ├── DialogGroup_5846_16x.png
│ │ ├── find_5650.png
│ │ ├── Folder_6222.png
│ │ ├── image5.png
│ │ ├── loading.gif
│ │ ├── Table_748.png
│ │ ├── Unchecked Checkbox-20.png
│ │ ├── User Group-32.png
│ │ └── User Groups-32.png
│ ├── Scripts
│ │ ├── HandleEventsDemo.cs
│ │ ├── HandleEventsDemo.Designer.cs
│ │ ├── HandleEventsDemo.resx
│ │ ├── LoadScriptDocDemo.cs
│ │ ├── LoadScriptDocDemo.Designer.cs
│ │ ├── LoadScriptDocDemo.resx
│ │ ├── ReoQueryScriptDemo.cs
│ │ ├── ReoQueryScriptDemo.Designer.cs
│ │ ├── ReoQueryScriptDemo.resx
│ │ ├── RunScriptDemo.cs
│ │ ├── RunScriptDemo.Designer.cs
│ │ └── RunScriptDemo.resx
│ ├── _Templates
│ │ ├── CSV
│ │ │ ├── 13TOKYO.CSV
│ │ │ └── zip_code_sample.csv
│ │ ├── Excel
│ │ │ ├── flowchart.xlsx
│ │ │ ├── simple-invoice.xlsx
│ │ │ ├── welcome.xlsx
│ │ │ ├── 振替伝票.xlsx
│ │ │ ├── 月別人口推計.xlsx
│ │ │ ├── 職員情報.xlsx
│ │ │ ├── 請求書.xlsx
│ │ │ ├── 財務分析.xlsx
│ │ │ ├── 財務報告.xlsx
│ │ │ ├── 貸借対照表.xlsx
│ │ │ ├── 領収書001.xlsx
│ │ │ └── 領収書006.xlsx
│ │ ├── Images
│ │ │ └── inkan.png
│ │ └── RGF
│ │ ├── 13TOKYO.rgf
│ │ ├── calendar_2008_1.rgf
│ │ ├── calendar_2013.rgf
│ │ ├── cell_format.rgf
│ │ ├── change_colors.rgf
│ │ ├── Financial_Ratios.rgf
│ │ ├── Maze.rgf
│ │ ├── merged_range.rgf
│ │ ├── order_sample.rgf
│ │ ├── outline.rgf
│ │ ├── printable_report.rgf
│ │ ├── project_building_report.rgf
│ │ ├── project_cost_summary.rgf
│ │ ├── quick_start_sample.rgf
│ │ ├── 商品管理.rgf
│ │ └── 職員情報.rgf
│ ├── Workbook
│ │ ├── ControlAppearanceDemo.cs
│ │ ├── ControlAppearanceDemo.Designer.cs
│ │ ├── ControlAppearanceDemo.resx
│ │ ├── MultisheetDemo.cs
│ │ ├── MultisheetDemo.Designer.cs
│ │ ├── MultisheetDemo.resx
│ │ ├── SynchronizeScrollDemo.cs
│ │ ├── SynchronizeScrollDemo.Designer.cs
│ │ └── SynchronizeScrollDemo.resx
│ ├── Worksheet
│ │ ├── ClipboardEventDemo.cs
│ │ ├── ClipboardEventDemo.Designer.cs
│ │ ├── ClipboardEventDemo.resx
│ │ ├── ColumnFilterAndSortDemo.cs
│ │ ├── ColumnFilterAndSortDemo.Designer.cs
│ │ ├── ColumnFilterAndSortDemo.resx
│ │ ├── CustomCellsForm.resx
│ │ ├── CustomHeaderDemo.cs
│ │ ├── CustomHeaderDemo.Designer.cs
│ │ ├── CustomHeaderDemo.resx
│ │ ├── CustomSelectionDemo.cs
│ │ ├── CustomSelectionDemo.Designer.cs
│ │ ├── CustomSelectionDemo.resx
│ │ ├── MultiSelectionDemo.cs
│ │ ├── MultiSelectionDemo.Designer.cs
│ │ ├── MultiSelectionDemo.resx
│ │ ├── OnlyNumberInputDemo.cs
│ │ ├── OnlyNumberInputDemo.Designer.cs
│ │ ├── OnlyNumberInputDemo.resx
│ │ ├── OutlineDemo.cs
│ │ ├── OutlineDemo.Designer.cs
│ │ ├── OutlineDemo.resx
│ │ ├── OutlineWithFreezeDemo.cs
│ │ ├── OutlineWithFreezeDemo.Designer.cs
│ │ ├── OutlineWithFreezeDemo.resx
│ │ ├── PickRangeDemo.cs
│ │ ├── PickRangeDemo.Designer.cs
│ │ ├── PickRangeDemo.resx
│ │ ├── SelectionModeDemo.cs
│ │ ├── SelectionModeDemo.Designer.cs
│ │ ├── SelectionModeDemo.resx
│ │ ├── SetEditableRangeDemo.cs
│ │ ├── SetEditableRangeDemo.Designer.cs
│ │ ├── SetEditableRangeDemo.resx
│ │ ├── ZoomDemo.cs
│ │ ├── ZoomDemo.Designer.cs
│ │ └── ZoomDemo.resx
│ ├── WorksheetForm.cs
│ ├── WorksheetForm.Designer.cs
│ └── WorksheetForm.resx
├── DemoJP.sln
├── Demo.sln
├── DemoWPF
│ ├── app.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── DemoWPF.csproj
│ ├── MainWindow.xaml
│ ├── MainWindow.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Ref
│ │ ├── unvell.ReoGrid.dll
│ │ └── unvell.ReoGrid.XML
│ ├── Resources
│ │ ├── computer_laptop_png.image
│ │ └── order_sample.rgf
│ ├── SlideCellBody.cs
│ ├── TestWindow.xaml
│ └── TestWindow.xaml.cs
├── Editor
│ ├── AddressFieldControl.cs
│ ├── AddressFieldControl.Designer.cs
│ ├── AddressFieldControl.resx
│ ├── app.config
│ ├── Common
│ │ ├── FontToolkit.cs
│ │ └── GraphicsToolkit.cs
│ ├── ControlAppearanceEditorForm.cs
│ ├── ControlAppearanceEditorForm.Designer.cs
│ ├── ControlAppearanceEditorForm.resx
│ ├── DefineNamedRangeDialog.cs
│ ├── DefineNamedRangeDialog.Designer.cs
│ ├── DefineNamedRangeDialog.resx
│ ├── Editor.csproj
│ ├── favicon.ico
│ ├── FormulaBarControl.cs
│ ├── FormulaBarControl.Designer.cs
│ ├── FormulaBarControl.resx
│ ├── HeaderPropertyDialog.cs
│ ├── HeaderPropertyDialog.Designer.cs
│ ├── HeaderPropertyDialog.resx
│ ├── LangRes
│ │ ├── LangResource.Designer.cs
│ │ ├── LangResource.ja-JP.Designer.cs
│ │ ├── LangResource.ja-JP.resx
│ │ ├── LangResource.resx
│ │ ├── LangResource.ru-RU.Designer.cs
│ │ ├── LangResource.ru-RU.resx
│ │ ├── LangResource.zh-CN.Designer.cs
│ │ └── LangResource.zh-CN.resx
│ ├── NamedRangeManageForm.cs
│ ├── NamedRangeManageForm.Designer.cs
│ ├── NamedRangeManageForm.resx
│ ├── PrintSettingsDialog.cs
│ ├── PrintSettingsDialog.Designer.cs
│ ├── PrintSettingsDialog.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ └── Resources.resx
│ ├── PropertyPages
│ │ ├── AlignmentPage.cs
│ │ ├── AlignmentPage.Designer.cs
│ │ ├── AlignmentPage.resx
│ │ ├── BorderPage.cs
│ │ ├── BorderPage.Designer.cs
│ │ ├── BorderPage.resx
│ │ ├── FillPage.cs
│ │ ├── FillPage.Designer.cs
│ │ ├── FillPage.resx
│ │ ├── FormatPage.cs
│ │ ├── FormatPage.Designer.cs
│ │ ├── FormatPage.resx
│ │ ├── PropertyForm.cs
│ │ ├── PropertyForm.Designer.cs
│ │ ├── PropertyForm.resx
│ │ ├── ProtectionPage.cs
│ │ ├── ProtectionPage.Designer.cs
│ │ └── ProtectionPage.resx
│ ├── ReoGridEditor.cs
│ ├── ReoGridEditor.Designer.cs
│ ├── ReoGridEditor.resx
│ ├── ResizeGridDialog.cs
│ ├── ResizeGridDialog.Designer.cs
│ ├── ResizeGridDialog.resx
│ ├── Resources
│ │ ├── AlignLayoutBottom.png
│ │ ├── AlignLayoutMiddle.png
│ │ ├── AlignLayoutTop.png
│ │ ├── AlignTableCellMiddleCenterHS.png
│ │ ├── AlignTableCellMiddleLeftJustHS.PNG
│ │ ├── AlignTableCellMiddleRightHS.png
│ │ ├── all_bold.png
│ │ ├── all_dash.png
│ │ ├── all_design_32.png
│ │ ├── all_design.png
│ │ ├── all_dot.png
│ │ ├── all_solid.png
│ │ ├── bold.png
│ │ ├── bottom_line_bold.png
│ │ ├── bottom_line_dash.png
│ │ ├── bottom_line_dot.png
│ │ ├── bottom_line_solid.png
│ │ ├── bounds_bold.png
│ │ ├── bounds_dash.png
│ │ ├── bounds_dot.png
│ │ ├── bounds_solid.png
│ │ ├── cell_merge_bak.png
│ │ ├── cell_merge.png
│ │ ├── cell_unmerge.png
│ │ ├── center_line_bold.png
│ │ ├── center_line_dash.png
│ │ ├── center_line_dot.png
│ │ ├── center_line_solid.png
│ │ ├── ColorHS.png
│ │ ├── CopyHS.png
│ │ ├── CutHS.png
│ │ ├── Edit_RedoHS.png
│ │ ├── Edit_UndoHS.png
│ │ ├── Filter2HS.png
│ │ ├── FontDialogHS.png
│ │ ├── font_larger.png
│ │ ├── font_smaller.png
│ │ ├── full_col_select.cur
│ │ ├── full_row_select.cur
│ │ ├── FunctionHS.png
│ │ ├── grid_select.cur
│ │ ├── inside_bold.png
│ │ ├── inside_dash.png
│ │ ├── inside_dot.png
│ │ ├── inside_solid_32.png
│ │ ├── inside_solid.png
│ │ ├── italic.png
│ │ ├── LandscapeHH.bmp
│ │ ├── left_bottom_bold.png
│ │ ├── left_bottom_dash.png
│ │ ├── left_bottom_dot.png
│ │ ├── left_bottom_solid.png
│ │ ├── left_line_bold.png
│ │ ├── left_line_dash.png
│ │ ├── left_line_dot.png
│ │ ├── left_line_solid.png
│ │ ├── left_right_blod.png
│ │ ├── left_right_dash.png
│ │ ├── left_right_dot.png
│ │ ├── left_right_solid.png
│ │ ├── left_top_bold.png
│ │ ├── left_top_dot.png
│ │ ├── left_top_solid.png
│ │ ├── middle_line_bold.png
│ │ ├── middle_line_dash.png
│ │ ├── middle_line_dot.png
│ │ ├── middle_line_solid.png
│ │ ├── NewDocumentHS.png
│ │ ├── none_border_32.png
│ │ ├── none_border.png
│ │ ├── openHS.png
│ │ ├── outline_bold.png
│ │ ├── outline_dash.png
│ │ ├── outline_dot.png
│ │ ├── outline_solid_32.png
│ │ ├── outline_solid.png
│ │ ├── PageWidthHS.png
│ │ ├── PasteHS.png
│ │ ├── pick_range.cur
│ │ ├── PortraitHH.bmp
│ │ ├── PrintPreviewHS.png
│ │ ├── PropertiesHS.png
│ │ ├── RadialChartHS.png
│ │ ├── RepeatHS.png
│ │ ├── right_bottom_bold.png
│ │ ├── right_bottom_dot.png
│ │ ├── right_bottom_solid.png
│ │ ├── right_line_bold.png
│ │ ├── right_line_dash.png
│ │ ├── right_line_dot.png
│ │ ├── right_line_solid.png
│ │ ├── right_top_bold.png
│ │ ├── right_top_dot.png
│ │ ├── right_top_solid.png
│ │ ├── saveHS.png
│ │ ├── ShowGridlines2HS.png
│ │ ├── slash_left_blod.png
│ │ ├── slash_left_dash.png
│ │ ├── slash_left_dot.png
│ │ ├── slash_left_solid.png
│ │ ├── slash_right_blod.png
│ │ ├── slash_right_dash.png
│ │ ├── slash_right_dot.png
│ │ ├── slash_right_solid.png
│ │ ├── strikethrough.png
│ │ ├── style_brush.png
│ │ ├── textwrap.png
│ │ ├── toolbar_get_info.png
│ │ ├── top_bottom_bold.png
│ │ ├── top_bottom_dash.png
│ │ ├── top_bottom_dot.png
│ │ ├── top_bottom_solid.png
│ │ ├── top_line_bold.png
│ │ ├── top_line_dash.png
│ │ ├── top_line_dot.png
│ │ ├── top_line_solid.png
│ │ ├── trash.cur
│ │ ├── underlinee.png
│ │ └── VSProject_script.bmp
│ ├── RunFunctionForm.cs
│ ├── RunFunctionForm.Designer.cs
│ ├── RunFunctionForm.resx
│ ├── script
│ │ └── default.reo
│ ├── SetWidthOrHeightDialog.cs
│ ├── SetWidthOrHeightDialog.designer.cs
│ ├── SetWidthOrHeightDialog.resx
│ └── UIControls
│ ├── ColorControls
│ │ ├── ColorComboBox.cs
│ │ ├── ColorPickerControl.cs
│ │ ├── ColorPickerPanel.cs
│ │ ├── ColorPickerToolStripItem.cs
│ │ └── ColorPickerWindow.cs
│ ├── ColoredListBox.cs
│ ├── FillPatternComboBox.cs
│ ├── FlatTabControl.cs
│ ├── FontControls
│ │ ├── FontDropDownControl.cs
│ │ ├── FontListBox.cs
│ │ ├── FontSettingsControl.cs
│ │ ├── FontSettingsControl.designer.cs
│ │ ├── FontSettingsControl.resx
│ │ └── FontToolStripDropDown.cs
│ ├── FormLine.cs
│ ├── LineControls
│ │ ├── LineStyleControl.cs
│ │ └── LineWeightControl.cs
│ └── TextRotateControl.cs
├── LICENSE
├── License.ANTLR 3.txt
├── License.bzip2.txt
├── License.DotNetZipLib.txt
├── License.FastColoredTextBox.txt
├── License.ReoScript.txt
├── License.zlib.txt
├── NuGet
│ └── icon.png
├── README.md
├── Ref
│ ├── Antlr3.Runtime.dll
│ ├── FastColoredTextBox.dll
│ ├── unvell.ReoScript.dll
│ └── unvell.ReoScript.EditorLib.dll
├── ReoGrid
│ ├── Actions
│ │ ├── AddOutlineAction.cs
│ │ ├── AutoFillSerialAction.cs
│ │ ├── BackupRangeInfo.cs
│ │ ├── BaseOutlineAction.cs
│ │ ├── BaseWorksheetAction.cs
│ │ ├── ClearOutlineAction.cs
│ │ ├── CollapseOutlineAction.cs
│ │ ├── CopyRangeAction.cs
│ │ ├── CreateAutoFilterAction.cs
│ │ ├── CutRangeAction.cs
│ │ ├── ExpandOutlineAction.cs
│ │ ├── HideColumnsAction.cs
│ │ ├── HideRowsAction.cs
│ │ ├── InsertColumnsAction.cs
│ │ ├── InsertRowsAction.cs
│ │ ├── InsertWorksheetAction.cs
│ │ ├── MergeRangeAction.cs
│ │ ├── MoveRangeAction.cs
│ │ ├── OutlineAction.cs
│ │ ├── RemoveColumnsAction.cs
│ │ ├── RemoveOutlineAction.cs
│ │ ├── RemoveRangeBorderAction.cs
│ │ ├── RemoveRangeDataAction.cs
│ │ ├── RemoveRangeStyleAction.cs
│ │ ├── RemoveRowsAction.cs
│ │ ├── RemoveWorksheetAction.cs
│ │ ├── SetCellDataAction.cs
│ │ ├── SetColumnsWidthAction.cs
│ │ ├── SetPartialGridAction.cs
│ │ ├── SetRangeBorderAction.cs
│ │ ├── SetRangeDataAction.cs
│ │ ├── SetRangeDataFormatAction.cs
│ │ ├── SetRangeStyleAction.cs
│ │ ├── SetRowsHeightAction.cs
│ │ ├── SetSortedRangeDataAction.cs
│ │ ├── StepRangeFontSizeAction.cs
│ │ ├── UnhideColumnsAction.cs
│ │ ├── UnhideRowsAction.cs
│ │ ├── UnmergeRangeAction.cs
│ │ ├── WorkbookAction.cs
│ │ ├── WorksheetActionGroup.cs
│ │ ├── WorksheetReusableAction.cs
│ │ └── WorksheetReusableActionGroup.cs
│ ├── Android
│ │ ├── Graphics.cs
│ │ ├── Platform.cs
│ │ ├── Renderer.cs
│ │ └── ReoGridView.cs
│ ├── appsettings.json
│ ├── CellTypes
│ │ ├── ButtonCell.cs
│ │ ├── CellBody.cs
│ │ ├── CellTypesManager.cs
│ │ ├── CheckboxCell.cs
│ │ ├── ColumnDropdownListCell.cs
│ │ ├── DatePickerCell.cs
│ │ ├── DropdownCell.cs
│ │ ├── DropdownListCell.cs
│ │ ├── HyperLinkCell.cs
│ │ ├── ICellBody.cs
│ │ ├── IHeaderBody.cs
│ │ ├── ImageButtonCell.cs
│ │ ├── ImageCell.cs
│ │ ├── NegativeProgressCell.cs
│ │ ├── NumberInputCell.cs
│ │ ├── ProgressCell.cs
│ │ └── RadioButtonCell.cs
│ ├── Chart
│ │ ├── AreaLine.cs
│ │ ├── Axis.cs
│ │ ├── Bar.cs
│ │ ├── Chart.cs
│ │ ├── Column.cs
│ │ ├── DataSource.cs
│ │ ├── Interface.cs
│ │ ├── Legend.cs
│ │ ├── Line.cs
│ │ ├── Pie.cs
│ │ ├── PlotView.cs
│ │ ├── Style.cs
│ │ ├── Title.cs
│ │ └── Utility.cs
│ ├── ClipboardMonitor.cs
│ ├── Common
│ │ ├── ActionManager.cs
│ │ ├── GraphicsToolkit.cs
│ │ ├── Logger.cs
│ │ ├── ResourcePoolManager.cs
│ │ ├── TextFormatHelper.cs
│ │ ├── Toolkit.cs
│ │ └── Win32.cs
│ ├── Control
│ │ ├── ControlShare.cs
│ │ ├── Interfaces.cs
│ │ └── ISheetTabControl.cs
│ ├── Core
│ │ ├── AutoFillSerial
│ │ │ ├── AutoFillSection.cs
│ │ │ ├── AutoFillSectionEntryFactory.cs
│ │ │ ├── AutoFillSequence.cs
│ │ │ ├── IAutoFillSectionEntry.cs
│ │ │ ├── NullAutoFillSectionEntry.cs
│ │ │ ├── NumericalAutoFillSectionEntry.cs
│ │ │ └── TextAutoFillSectionEntry.cs
│ │ ├── Border.cs
│ │ ├── Cell
│ │ │ ├── Merge.cs
│ │ │ └── Text.cs
│ │ ├── Cell.cs
│ │ ├── Clipboard.cs
│ │ ├── Comment.cs
│ │ ├── CSV.cs
│ │ ├── DataBind.cs
│ │ ├── Data.cs
│ │ ├── DataFormat.cs
│ │ ├── Drawing.cs
│ │ ├── FilterSort.cs
│ │ ├── Formula.cs
│ │ ├── Header.cs
│ │ ├── Outline.cs
│ │ ├── PartialGrid.cs
│ │ ├── Position.cs
│ │ ├── Print.cs
│ │ ├── Range
│ │ │ ├── HighlightRange.cs
│ │ │ ├── Merge.cs
│ │ │ ├── NamedRange.cs
│ │ │ └── ReferenceRange.cs
│ │ ├── Range.cs
│ │ ├── Style.cs
│ │ ├── ViewControl.cs
│ │ ├── Workbook
│ │ │ ├── Appearance.cs
│ │ │ ├── Languages.cs
│ │ │ ├── Workbook.cs
│ │ │ ├── WorkbookInterface.cs
│ │ │ └── WorksheetCollection.cs
│ │ └── Worksheet
│ │ ├── Edit.cs
│ │ ├── Enums.cs
│ │ ├── InitReset.cs
│ │ ├── PositionCalc.cs
│ │ ├── Selection.cs
│ │ ├── Settings.cs
│ │ ├── Utility.cs
│ │ └── WorksheetInterface.cs
│ ├── Data
│ │ ├── AutoFilter.cs
│ │ ├── DataSource.cs
│ │ └── DataStruct.cs
│ ├── DataFormat
│ │ ├── CurrencyDataFormatter.cs
│ │ ├── DataFormatterManager.cs
│ │ ├── DateTimeDataFormatter.cs
│ │ ├── GeneralDataFormatter.cs
│ │ ├── NumberDataFormatter.cs
│ │ ├── PercentDataFormatter.cs
│ │ └── TextDataFormatter.cs
│ ├── Drawing
│ │ ├── Canvas.cs
│ │ ├── Component.cs
│ │ ├── DrawingContext.cs
│ │ ├── DrawingObjects.cs
│ │ ├── Events.cs
│ │ ├── IDrawing.cs
│ │ ├── IFloating.cs
│ │ ├── Image.cs
│ │ ├── Layout.cs
│ │ ├── Shapes
│ │ │ ├── BasicShapes.cs
│ │ │ ├── DiamondShape.cs
│ │ │ ├── Line.cs
│ │ │ ├── ProShapes.cs
│ │ │ ├── ShapeObject.cs
│ │ │ └── SmartShaps
│ │ │ └── BlockArcShape.cs
│ │ ├── Style.cs
│ │ └── Text.cs
│ ├── EventArgs.cs
│ ├── Exceptions.cs
│ ├── ExtendTrigger.cs
│ ├── favicon.ico
│ ├── Formula
│ │ ├── Evaluator.cs
│ │ ├── FormulaExtension.cs
│ │ ├── FunctionNames.cs
│ │ ├── Functions.cs
│ │ ├── Parser.cs
│ │ └── Refactor.cs
│ ├── GenericExtends.cs
│ ├── Graphics
│ │ ├── Color.cs
│ │ ├── Font.cs
│ │ ├── HatchStyles.cs
│ │ ├── IBrush.cs
│ │ ├── IGraphics.cs
│ │ ├── LineStyle.cs
│ │ ├── Matrix.cs
│ │ ├── Point.cs
│ │ ├── Rectangle.cs
│ │ └── Size.cs
│ ├── Interaction
│ │ ├── CursorStyle.cs
│ │ ├── KeyCode.cs
│ │ ├── MouseButtons.cs
│ │ ├── ToggleStatus.cs
│ │ └── Visual.cs
│ ├── IO
│ │ ├── CSVFormat.cs
│ │ ├── ExcelReader.cs
│ │ ├── ExcelSchame.cs
│ │ ├── ExcelWriter.cs
│ │ ├── FileFormat.cs
│ │ ├── HTMLExporter.cs
│ │ ├── OpenXMLUtility.cs
│ │ ├── RGFFormat.cs
│ │ └── XMLFileFormat.cs
│ ├── iOS
│ │ ├── Graphics.cs
│ │ ├── Platform.cs
│ │ ├── Renderer.cs
│ │ └── ReoGridView.cs
│ │ ├── GDIPrint.cs
│ │ ├── PaperSize.cs
│ │ ├── PDFPrint.cs
│ │ ├── PrintInterface.cs
│ │ ├── PrintSession.cs
│ │ ├── PrintSettings.cs
│ │ └── WPFPrinter.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── DateTimeFormat.Designer.cs
│ │ ├── DateTimeFormat.it.resx
│ │ ├── DateTimeFormat.resx
│ │ ├── launchSettings.json
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Rendering
│ │ ├── BorderPainter.cs
│ │ ├── DrawingContext.cs
│ │ ├── PDF.cs
│ │ └── RenderingInterface.cs
│ ├── ReoGrid.csproj
│ ├── ReoGridWPF.csproj
│ ├── Resources
│ │ ├── all_design_32.png
│ │ ├── all_design.png
│ │ ├── base_lib.reo
│ │ ├── blank.xlsx
│ │ ├── cell_merge_bak.png
│ │ ├── cross.cur
│ │ ├── EULA_EN.txt
│ │ ├── eye_16xLG.png.dat
│ │ ├── full_col_select.cur
│ │ ├── full_row_select.cur
│ │ ├── grid_select.cur
│ │ ├── icon_list.png.dat
│ │ ├── NewBuildDefinition_8952_inactive.png.dat
│ │ ├── NewBuildDefinition_8952.png.dat
│ │ ├── none_border.png
│ │ ├── pick_range.cur
│ │ └── theme1.xml
│ ├── Script
│ │ ├── RSObjects.cs
│ │ └── ScriptExtend.cs
│ ├── Settings.cs
│ ├── Test
│ │ ├── RichTextTestForm.cs
│ │ ├── RichTextTestForm.Designer.cs
│ │ └── RichTextTestForm.resx
│ ├── Utility
│ │ ├── ColorUtility.cs
│ │ ├── FileUtility.cs
│ │ ├── LangUtility.cs
│ │ ├── MeasureToolkit.cs
│ │ ├── PrinterUtility.cs
│ │ ├── RGUtility.cs
│ │ ├── StyleUtility.cs
│ │ ├── TestHelper.cs
│ │ ├── XMLHelper.cs
│ │ └── ZipFileArchive.cs
│ ├── Views
│ │ ├── CellsForegroundView.cs
│ │ ├── CellsViewport.cs
│ │ ├── CommentView.cs
│ │ ├── Controllers
│ │ │ ├── IFreezableViewportController.cs
│ │ │ ├── IScalableViewportController.cs
│ │ │ ├── IScrollableViewportController.cs
│ │ │ ├── IViewportController.cs
│ │ │ ├── NormalViewportController.cs
│ │ │ ├── PageLayoutViewportController.cs
│ │ │ └── ViewportController.cs
│ │ ├── DrawingViewport.cs
│ │ ├── GridRegion.cs
│ │ ├── Header
│ │ │ ├── ColumnHeaderView.cs
│ │ │ ├── HeaderViews.cs
│ │ │ ├── LeadHeaderView.cs
│ │ │ ├── RowHeaderView.cs
│ │ │ ├── SpaceView.cs
│ │ │ └── XRulerView.cs
│ │ ├── IRangeSelectableView.cs
│ │ ├── IView.cs
│ │ ├── IViewport.cs
│ │ ├── LayerExtension.cs
│ │ ├── LayerViewport.cs
│ │ ├── OutlineViews.cs
│ │ ├── SheetViewport.cs
│ │ ├── View.cs
│ │ ├── Viewport.cs
│ │ └── ViewTypes.cs
│ ├── WinForm
│ │ ├── AboutForm.cs
│ │ ├── AboutForm.Designer.cs
│ │ ├── AboutForm.resx
│ │ ├── DebugForm.cs
│ │ ├── DebugForm.Designer.cs
│ │ ├── DebugForm.resx
│ │ ├── Designer
│ │ │ ├── EditorServiceContext.cs
│ │ │ ├── IntegrateDesigner.cs
│ │ │ ├── WorkbookEditor.cs
│ │ │ ├── WorkbookEditorForm.cs
│ │ │ ├── WorkbookEditorForm.Designer.cs
│ │ │ └── WorkbookEditorForm.resx
│ │ ├── FilterGUI.cs
│ │ ├── FormulaParserForm.cs
│ │ ├── FormulaParserForm.designer.cs
│ │ ├── FormulaParserForm.resx
│ │ ├── Graphics.cs
│ │ ├── Platform.cs
│ │ ├── RenameSheetDialog.cs
│ │ ├── RenameSheetDialog.Designer.cs
│ │ ├── RenameSheetDialog.resx
│ │ ├── SheetTabControl.cs
│ │ └── WinFormControl.cs
│ ├── Worksheet.cs
│ └── WPF
│ ├── FilterGUI.cs
│ ├── Platform.cs
│ ├── Renderer.cs
│ ├── SheetTabControl.cs
│ ├── Utility.cs
│ └── WPFControl.cs
├── ReoGridAndroid.sln
├── ReoGrid.sln
├── ReoGridWPF.sln
├── Samples
│ ├── background_color_patterns.rgf
│ ├── input_form.rgf
│ └── Tetris.reo
├── Snapshots
│ ├── 01_2.png
│ ├── 02.png
│ ├── 08.png
│ ├── 21.png
│ ├── 276.png
│ ├── 27.png
│ ├── 61.png
│ └── 62.png
├── TestCase
│ ├── app.config
│ ├── ConsoleRunner.cs
│ ├── packages.config
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── launchSettings.json
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── CheckBoxDeHS.png
│ │ ├── CheckBoxHS.png
│ │ ├── cmd.png
│ │ ├── DataContainer_MoveNextHS.png
│ │ ├── FormRunHS.png
│ │ └── reogrid.lic
│ ├── rgf
│ │ ├── 4FactorsGrid.rgf
│ │ ├── Elimination2.rgf
│ │ └── printable_report.rgf
│ ├── RunForm.cs
│ ├── RunForm.Designer.cs
│ ├── RunForm.resx
│ ├── TestCase.csproj
│ ├── TestCaseManager.cs
│ ├── Tests
│ │ ├── BorderTest.cs
│ │ ├── CellDataTest.cs
│ │ ├── CellFormatTest.cs
│ │ ├── CellSizeTest.cs
│ │ ├── CellsTypeTest.cs
│ │ ├── ClipboardTest.cs
│ │ ├── ColumnFilterTest.cs
│ │ ├── CustomCellTest.cs
│ │ ├── DeleteColsTest.cs
│ │ ├── DeleteRowsTest.cs
│ │ ├── DoActionTest.cs
│ │ ├── ExcelInTest.cs
│ │ ├── ExcelOutTest.cs
│ │ ├── FloatingTest.cs
│ │ ├── FormulaTest.cs
│ │ ├── FreezeTest.cs
│ │ ├── FunctionTest.cs
│ │ ├── GenericTest.cs
│ │ ├── InoprtExportTest.cs
│ │ ├── InsertColsTest.cs
│ │ ├── InsertRowsTest.cs
│ │ ├── MemWorkbookTest.cs
│ │ ├── MergeCellsTest.cs
│ │ ├── OutlineTest.cs
│ │ ├── PartialGridTest.cs
│ │ ├── PosAndRangeTests.cs
│ │ ├── PrintTest.cs
│ │ ├── RGFTest.cs
│ │ ├── RichTextTest.cs
│ │ ├── ScriptTest.cs
│ │ ├── SelectionTest.cs
│ │ ├── StyleTest.cs
│ │ └── WorkbookTest.cs
│ ├── TestsNUnit
│ │ └── AutoFillSerialTests.cs
│ └── xlsx
│ ├── A01.xlsx
│ ├── A02.xlsx
│ ├── A03.xlsx
│ ├── A04.xlsx
│ └── A05.xlsx
└── TestCase.sln
104 directories, 1192 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论