Interface CellStyleHolder

    • Method Detail

      • getCellStyle

        SCellStyle getCellStyle()
        Get the style, if it doesn't has local style, it will possible look up it's parent's style
        See Also:
        getCellStyle(boolean)
      • setCellStyle

        void setCellStyle​(SCellStyle cellStyle)
        Set the local style
        Parameters:
        cellStyle - the style to set, null to clean local style
      • getCellStyle

        SCellStyle getCellStyle​(boolean local)
        Get the cell style locally or look up from the parent
        Parameters:
        local - true to get the local style only