OdsSheetGetCellByText(Int32, String, OdsCell) Method

搜尋某一Row儲存格內容回傳儲存格

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.OdfHelper (in eBizprise.Utility.OdfHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public bool GetCellByText(
	int rowIndex,
	string text,
	out OdsCell cell
)

Parameters

rowIndex  Int32
搜尋Row索引
text  String
搜尋儲存格字串
cell  OdsCell
儲存格物件

Return Value

Boolean
是否有找到儲存格

See Also