InsertRows

InsertRows(int, int, bool)

إدراج عدة صفوف في ورقة العمل .

public void InsertRows(int rowIndex, int totalRows, bool updateReference)
معامليكتبوصف
rowIndexInt32فهرس الصف.
totalRowsInt32عدد الصفوف المراد ادراجها.
updateReferenceBooleanيشير إلى ما إذا كان سيتم تحديث المراجع في أوراق العمل الأخرى.

أنظر أيضا


InsertRows(int, int, InsertOptions)

إدراج عدة صفوف في ورقة العمل .

public void InsertRows(int rowIndex, int totalRows, InsertOptions options)
معامليكتبوصف
rowIndexInt32فهرس الصف.
totalRowsInt32عدد الصفوف المراد ادراجها.
optionsInsertOptionsيشير إلى ما إذا كان سيتم تحديث المراجع في أوراق العمل الأخرى.

أنظر أيضا


InsertRows(int, int)

إدراج عدة صفوف في ورقة العمل .

public void InsertRows(int rowIndex, int totalRows)
معامليكتبوصف
rowIndexInt32فهرس الصف.
totalRowsInt32عدد الصفوف المراد ادراجها.

أنظر أيضا