Spread.Services Documentation
Merge Method
GrapeCity.Documents.Spread 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.
Merges the cells in the represented range into a single merged cell.
Syntax
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