OdsSheetRowCopyAndInsert Method

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

Definition

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

Parameters

rowIndex  Int32
Row索引
count  Int32
數量

See Also