'Declaration Public Function UnmergeCells( _
ByVal cellsThe cells.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences _
) As Boolean
public bool UnmergeCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences cells
)
public: bool UnmergeCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences* cells
)
public:
bool UnmergeCells(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^ cells
)
Parameters
- cells
- The cells.
Return Value
True if MergedCells is changed; otherwise, false.