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+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public OdsCell this[
	int RowNo,
	int ColNo
] { get; set; }

Parameters

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

Property Value

OdsCell

See Also