Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IRange Interface
/ Merge Method
Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Merge Method
In This Topic
Merges the cells in the represented range into a single merged cell.
Syntax
C#
void
Merge( System.
bool
isAcross
)
Parameters
isAcross
Optional Object. True to merge cells in each row of the specified range as separate merged cells. The default value is False.
See Also
Reference
IRange Interface
IRange Members