OdsSheetRowCopyAndInsert Method

依指定數量,複製Row並且插入該Row之後

Definition

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

Parameters

rowIndex  Int32
Row索引
count  Int32
數量

See Also