eBizprise Framework Documentation
C#
Show/Hide TOC
Ods
Cells
Item Property
Overload List
Item
Int32, Int32
用來取得單一OdsXmlCell物件 Sheet.Cells[RowNo,ColNo]
Item
Int32, Int32, Int32, Int32
用來取得多個OdsXmlCell物件 Sheet.Cells[fromRowNo,fromColNo,toRowNo,toColNo].Merge = true; Sheet.Cells[fromRowNo,fromColNo,toRowNo,toColNo].Value = "xxx";
See Also
Reference
OdsCells Class
eBizprise.Utility Namespace
In This Article
Overload List
See Also