'Declaration Public Function New( _
ByVal bordersPreviewThe spreadsheet visual editor that must be used to preview the borders.As SpreadsheetVisualEditor, _
ByVal selectedCellsThe cells, in main editor, which should be previewed in the border preview editor.() As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences _
)
public CellBordersPreviewManager(
SpreadsheetVisualEditor bordersPreview,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences[] selectedCells
)
public: CellBordersPreviewManager(
SpreadsheetVisualEditor* bordersPreview,
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences*[]* selectedCells
)
public:
CellBordersPreviewManager(
SpreadsheetVisualEditor^ bordersPreview,
array<Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferences^>^ selectedCells
)
Parameters
- bordersPreview
- The spreadsheet visual editor that must be used to preview the borders.
- selectedCells
- The cells, in main editor, which should be previewed in the border preview editor.