GenerateTableRefs The GenerateTableRefs property determines whether the traditional notation method or the new structured referencing notation method is used for referencing tables in formulas. Read/write. Height The height, in points, of the main application window. If the window is minimized, thi...
You should use GuidGen to generate a unique GUID for your Smart Document solution. It's imperative that all solutions have a unique solution ID and, while it's not strictly required to be a GUID, that's the best way to ensure uniqueness. The updateFrequency, which is how often (in ...
Key column field name Add a key column to a tableDelete a rowGet a rowUpdate a row The key column field is case-sensitive. Update/delete multiple rows Delete a rowUpdate a row In the case of multiple matches in operations such as Update a row and Delete a row, only the first row ...
Column KeyDescription Extension ID The unique ID (GUID) of the app/extension for the report. Extension Name The name of the app/extension for the report. Extension Publisher The name of the publisher of the app/extension for the report. Extension Version The version of the app/extension ...
[System.Runtime.InteropServices.Guid("00024439-0000-0000-C000-000000000046")] [System.Runtime.InteropServices.InterfaceType(2)] public interface ShapeAttributes GuidAttribute InterfaceTypeAttribute RemarksThere are three objects that represent shapes: the Shapes collection, which represents all the shapes on...
IModelTableColumn IModelTableColumns IModelTableNameChange IModelTableNameChanges IModelTableNames IModelTables IModule IModules IModuleView IMultiThreadedCalculation IName INames INegativeBarFormat Interior IODBCConnection IODBCError IODBCErrors IOLEDBConnection IOLEDBError IOLEDBErrors IOLEFormat IOLEObjectEvents...
IModelTableColumn IModelTableColumns IModelTableNameChange IModelTableNameChanges IModelTableNames IModelTables IModule IModules IModuleView IMultiThreadedCalculation IName INames INegativeBarFormat Interior IODBCConnection IODBCError IODBCErrors IOLEDBConnection IOLEDBError IOLEDBErrors IOLEFormat IOLEObjectEvent...
A collection of all the ListColumn objects in the specified ListObject object. Each ListColumn object represents a column in the list. C# 複製 [System.Runtime.InteropServices.Guid("00024472-0000-0000-C000-000000000046")] [System.Runtime.InteropServices.InterfaceType(2)] public interface ListColum...
GetTempPath(), $"{Guid.NewGuid()}.xlsx"); var table = new DataTable(); { table.Columns.Add("Column1", typeof(string)); table.Columns.Add("Column2", typeof(decimal)); table.Rows.Add("MiniExcel", 1); table.Rows.Add("Github", 2); } MiniExcel.SaveAs(path, table); 5. ...
GetTempPath(), $"{Guid.NewGuid()}.xlsx"); var table = new DataTable(); { table.Columns.Add("Column1", typeof(string)); table.Columns.Add("Column2", typeof(decimal)); table.Rows.Add("MiniExcel", 1); table.Rows.Add("Github", 2); } MiniExcel.SaveAs(path, table); 5. ...