CreateCellArea

CreateCellArea(int, int, int, int)

إنشاء منطقة خلية .

public static CellArea CreateCellArea(int startRow, int startColumn, int endRow, int endColumn)
معامليكتبوصف
startRowInt32صف البداية.
startColumnInt32عمود البداية.
endRowInt32صف النهاية.
endColumnInt32عمود النهاية.

قيمة الإرجاع

العودة أCellArea.

أنظر أيضا


CreateCellArea(string, string)

إنشاء منطقة خلية .

public static CellArea CreateCellArea(string startCellName, string endCellName)
معامليكتبوصف
startCellNameStringالخلية العلوية اليسرى من النطاق.
endCellNameStringالخلية اليمنى السفلية من النطاق.

قيمة الإرجاع

العودة أCellArea.

أنظر أيضا