OdsSheetRemoveRows Method

依指定數量,移除Row

Definition

Namespace: eBizprise.Utility
Assembly: eBizprise.Utility.OdfHelper (in eBizprise.Utility.OdfHelper.dll) Version: 25.0.1.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
C#
public void RemoveRows(
	int rowIndex,
	int count
)

Parameters

rowIndex  Int32
Row索引
count  Int32
數量

See Also