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+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
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