asposecells.api

Class AutoFitMergedCellsType

Utility class containing constants. Represents the type of auto fitting merged cells.

Field Summary
const  intNONE
Ignore merged cells.
const  intFIRST_LINE
Only expands the height of the first row.
const  intLAST_LINE
Only expands the height of the last row.
const  intEACH_LINE
Only expands the height of each row.
 

    • Field Detail

      • NONE

        const int NONE
        Ignore merged cells. Default.
      • FIRST_LINE

        const int FIRST_LINE
        Only expands the height of the first row.
      • LAST_LINE

        const int LAST_LINE
        Only expands the height of the last row.
      • EACH_LINE

        const int EACH_LINE
        Only expands the height of each row.