'Declaration Public Overloads Function CalculateRowAutoHeight( _
ByVal cellsSetThe cells, which must be processed.As Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet _
) As Boolean
public bool CalculateRowAutoHeight(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet cellsSet
)
public: bool CalculateRowAutoHeight(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet* cellsSet
)
public:
bool CalculateRowAutoHeight(
Vintasoft.Imaging.Office.Spreadsheet.Document.CellReferencesSet^ cellsSet
)
Parameters
- cellsSet
- The cells, which must be processed.
Return Value
True - method calculated the automatic height for multiple cells; false - method did not calculate automatic height for cells.