OdsSheet Class

OdsSheet 物件 輸出 content.xml

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.OdfHelper (in eBizprise.Utility.OdfHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public class OdsSheet
Inheritance
Object    OdsSheet

Properties

Name 工作表名稱

Methods

AddRow 加入Row
Clone Clone OdsSheet
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetCellByText(String, OdsCell) 搜尋儲存格內容回傳儲存格
GetCellByText(Int32, String, OdsCell) 搜尋某一Row儲存格內容回傳儲存格
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InsertRow 插入Row
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MergeCells 合併儲存格
RemoveRow(Int32) 移除Row
RemoveRow(OdsRow) 移除Row
RemoveRows 依指定數量,移除Row
RowCopyAndInsert 依指定數量,複製Row並且插入該Row之後
SetWatermarkCell 設定浮水印位置(左上角)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Cells 用來取得多個OdsXmlCell物件
rows 工作表 row 集合物件

Extension Methods

ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToBsonString 轉換Bson字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToJsonString 轉換Json字串
(Defined by SerializeExtend)
ToXmlString 轉換Xml字串
(Defined by SerializeExtend)
WriteJsonFile 寫入Json格式檔案
(Defined by SerializeExtend)

See Also