'Declaration Public Sub MergeCells( _
ByVal worksheetThe worksheet.As Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet, _
ByVal cellsThe cells.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet, _
ByVal centerTextHorizontalyA value indicating whether editor must center text horizontally in merged cell.As Boolean, _
ByVal centerTextVerticalyA value indicating whether editor must center text vertically in merged cell.As Boolean _
)
public void MergeCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.Worksheet worksheet,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cells,
bool centerTextHorizontaly,
bool centerTextVerticaly
)
Parameters
- worksheet
- The worksheet.
- cells
- The cells.
- centerTextHorizontaly
- A value indicating whether editor must center text horizontally in merged cell.
- centerTextVerticaly
- A value indicating whether editor must center text vertically in merged cell.