OdsCellsItem(Int32, Int32, Int32, Int32) Property

用來取得多個OdsXmlCell物件 Sheet.Cells[fromRowNo,fromColNo,toRowNo,toColNo].Merge = true; Sheet.Cells[fromRowNo,fromColNo,toRowNo,toColNo].Value = "xxx";

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.OdfHelper (in eBizprise.Utility.OdfHelper.dll) Version: 25.0.1.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
C#
public OdsRengeCells this[
	int fromRowNo,
	int fromColNo,
	int toRowNo,
	int toColNo
] { get; }

Parameters

fromRowNo  Int32
從1開始(非從0開始)
fromColNo  Int32
從1開始(非從0開始)
toRowNo  Int32
從1開始(非從0開始)
toColNo  Int32
從1開始(非從0開始)

Property Value

OdsRengeCells

See Also