Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Multiple Ranges

Francois Botha edited this pageFeb 26, 2018 ·2 revisions

Handling Multiple Ranges

MultipleRanges.jpg

varworkbook=newXLWorkbook();varws=workbook.Worksheets.Add("Multiple Ranges");// using multiple string range definitionsws.Ranges("A1:B2,C3:D4,E5:F6").Style.Fill.BackgroundColor=XLColor.Red;// using a single string separated by commasws.Ranges("A5:B6,E1:F2").Style.Fill.BackgroundColor=XLColor.Orange;workbook.SaveAs("MultipleRanges.xlsx");

FAQ

Examples

Real world scenarios

Time Savers

Performance and Memory

Misc

Inserting Data/Tables

Styles

Ranges

Rows

Columns

Page Setup (Print Options)

AutoFilters

Comments

Dev docs

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp