OdsCellsItem(Int32, Int32) Property

用來取得單一OdsXmlCell物件 Sheet.Cells[RowNo,ColNo]

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.OdfHelper (in eBizprise.Utility.OdfHelper.dll) Version: 25.0.1.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public OdsCell this[
	int RowNo,
	int ColNo
] { get; set; }

Parameters

RowNo  Int32
從1開始(非從0開始)
ColNo  Int32
從1開始(非從0開始)

Property Value

OdsCell

See Also