Skip to content

Commit c85133b

Browse files
committed
build initial open source release
1 parent 414691d commit c85133b

19 files changed

+92
-66414
lines changed

Demo/CustomCells/ImageCheckboxDemo.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ public ImageCheckboxDemo()
3434
var worksheet = this.grid.CurrentWorksheet;
3535

3636
worksheet["B3"] = new object[,] {
37-
{ new ImageCheckBox(), "Image checkbox"},
37+
{ new ImageCheckBox(), "Automatically update to latest version"},
38+
{ new ImageCheckBox(true), "Startup when windows starting"},
3839
};
40+
41+
worksheet["C6"] = "Images downloaded from icons8.com";
42+
worksheet.Cells["C6"].Style.FontSize = 9;
3943
}
4044

4145
class ImageCheckBox : CheckBoxCell

Demo/Ref/Antlr3.Runtime.dll

-101 KB
Binary file not shown.

Demo/Ref/FastColoredTextBox.dll

-223 KB
Binary file not shown.

Demo/Ref/unvell.ReoGrid.dll

-953 KB
Binary file not shown.

Demo/Ref/unvell.ReoGrid.xml

Lines changed: 0 additions & 33129 deletions
This file was deleted.

Demo/Ref/unvell.ReoGridEditor.exe

-539 KB
Binary file not shown.
-86 KB
Binary file not shown.

Demo/Ref/unvell.ReoScript.dll

-268 KB
Binary file not shown.

DemoJP/Ref

1.06 MB
Binary file not shown.

DemoJP/Ref/Antlr3.Runtime.dll

-101 KB
Binary file not shown.

0 commit comments

Comments
 (0)