Namespace EasyXLS
Class ExcelColumn
System.Object
EasyXLS.ExcelColumn
public class ExcelColumn
extends System.Object
This class stores the column information extends width and format (font name, font size, font bold, font italic,
word wrap, font underline style, font subscript, font superscript, font strikethrough, background color,
foreground color, horizontal alignment, vertical alignment, number or date format, column cells locked or hidden,
shrink, border type, border color).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClone()Creates and returns a copy of this object.intCount()Returns the number of cells contained by the column.System.Drawing.ColorReturns the background color of the column.Returns the background color of the column.System.Drawing.ColorReturns the color of the bottom border.intReturns the style of the bottom border.Returns the color of the bottom border.System.StringReturns the data type of the column.System.Drawing.ColorReturns the color of the diagonal border.intReturns the style of the diagonal down border.Returns the color of the diagonal border.intReturns the style of the diagonal up border.System.StringgetFont()Returns the name of the column font.intReturns the size of the column font.System.Drawing.ColorReturns the foreground color of the column.Returns the foreground color of the column.System.StringReturns the number/date format of the column.System.Drawing.ColorReturns the first color of the gradient fill.System.Drawing.ColorReturns the second color of the gradient fill.intReturns the shading style of the gradient fill.Returns the first color of the gradient fill.Returns the second color of the gradient fill.System.StringReturns the horizontal alignment of the column.intReturns the indent of the column.System.Drawing.ColorReturns the color of the left border.intReturns the style of the left border.Returns the color of the left border.intInternal use onlyintReturns the pattern of the column.System.Drawing.ColorReturns the pattern color of the column.Returns the pattern color of the column.System.Drawing.ColorReturns the color of the right border.intReturns the style of the right border.Returns the color of the right border.getStyle()Returns the style of the column.intReturns the text direction of the column.intReturns the text rotation of the column.System.Drawing.ColorReturns the color of the top border.intReturns the style of the top border.Returns the color of the top border.intReturns the underline style of the column font.System.StringReturns the vertical alignment of the column.intgetWidth()Returns the width of the column.intgetXF()Internal use onlyboolReturns true if the font is the body font, false otherwise.boolIsBold()Returns the bold setting of the column font.boolInternal use onlyboolReturns true if the font is the headings font, false otherwise.boolReturns the hidden option of the column.boolReturns the hidden setting of the column.boolIsItalic()Returns the italic setting of the column font.boolReturns the justify distributed setting of the column.boolIsLocked()Returns the locked setting of the column.boolIsShrink()Returns the shrink setting of the column.boolReturns the strikethrough setting of the column font.boolReturns the subscript setting of the column font.boolReturns the superscript setting of the column font.boolIsWrap()Returns the wrap setting of the column.voidsetBackground(ThemeColor themeColor) Sets the background color of the column.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.voidsetBackground(System.Drawing.Color color) Sets the background color of the column.voidSets the body font.voidsetBold(bool isBold) Sets the bold option of the column font.voidsetBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight) Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.voidsetBorderColors(System.Drawing.Color borderTop, System.Drawing.Color borderBottom, System.Drawing.Color borderLeft, System.Drawing.Color borderRight) Sets the border colors of the column.voidsetBorderStyles(int borderTop, int borderBottom, int borderLeft, int borderRight) Sets the border styles of the column.voidsetBottomColor_Border(ThemeColor themeColor) Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.voidsetBottomColor_Border(System.Drawing.Color color) Sets the color of the bottom border.voidsetBottomStyle_Border(int borderStyle) Sets the style of the bottom border.voidsetCollapsed(bool isCollapsed) Internal use onlyvoidsetDataType(System.String dataType) Sets the data type of the column.voidsetDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor) Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.voidsetDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, System.Drawing.Color borderColor) Sets the diagonal borders.voidsetFont(System.String fontName) Sets the name of the column font.voidsetFontSize(int fontSize) Sets the size of the column font.voidsetForeground(ThemeColor themeColor) Sets the foreground color of the column.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.voidsetForeground(System.Drawing.Color color) Sets the foreground color of the column.voidsetFormat(System.String format) Sets the number/date format of the column.voidsetGradientFill(ThemeColor themeColor1, ThemeColor themeColor2, int shadingStyle) Sets the gradient fill for the style.voidsetGradientFill(System.Drawing.Color color1, System.Drawing.Color color2, int shadingStyle) Sets the gradient fill for the style.voidSets the headings font.voidsetHiddenColumn(bool isHidden) Sets the hidden option of the column.voidsetHiddenFormula(bool isHidden) Sets the hidden option of the column.voidsetHorizontalAlignment(System.String horizontalAlignment) Sets the horizontal alignment of the column.voidsetIndent(int indent) Sets the indent of the column.voidsetItalic(bool isItalic) Sets the italic option of the column font.voidsetJustifyDistributed(bool isJustifyDistributed) Sets the justify distributed option of the column.voidsetLeftColor_Border(ThemeColor themeColor) Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.voidsetLeftColor_Border(System.Drawing.Color color) Sets the color of the left border.voidsetLeftStyle_Border(int borderStyle) Sets the style of the left border.voidsetLocked(bool isLocked) Sets the locked option of the column.voidsetOutlineLevel(int nOutlineLevel) Internal use onlyvoidsetPattern(int pattern) Sets the pattern of the column.voidsetPatternColor(ThemeColor themeColor) Sets the pattern color of the column.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.voidsetPatternColor(System.Drawing.Color color) Sets the pattern color of the column.voidsetRightColor_Border(ThemeColor themeColor) Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.voidsetRightColor_Border(System.Drawing.Color color) Sets the color of the right border.voidsetRightStyle_Border(int borderStyle) Sets the style of the right border.voidsetShrink(bool isShrink) Sets the shrink option of the column.voidsetStrikethrough(bool isStrikethrough) Sets the strikethrough option of the column font.voidsetStyle(ExcelStyle xlsStyle) Sets the style of the column.voidsetSubscript(bool isSubscript) Sets the subscript option of the column font.voidsetSuperscript(bool isSuperscript) Sets the superscript option of the column font.voidsetTextDirection(int textDirection) Sets the text direction of the column.voidsetTextRotation(int textRotation) Sets the text rotation of the column.voidsetTopColor_Border(ThemeColor themeColor) Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.voidsetTopColor_Border(System.Drawing.Color color) Sets the color of the top border.voidsetTopStyle_Border(int borderStyle) Sets the style of the top border.voidsetUnderlineStyle(int UnderlineStyle) Sets the underline style of the column font.voidsetVerticalAlignment(System.String verticalAlignment) Sets the vertical alignment of the column.voidsetWidth(int width) Sets the width of the column.voidsetWrap(bool isWrap) Sets the wrap option of the column.voidsetXF(int xfIndex) Internal use onlyMethods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ExcelColumn
public ExcelColumn()Defines an instance of the Excel column.
-
-
Method Details
-
Count
public int Count()Returns the number of cells contained by the column. Not implemented yet.- Returns:
- the number of cells contained by the column
-
getWidth
public int getWidth()Returns the width of the column.- Returns:
- the width of the column
- See Also:
-
setWidth
public void setWidth(int width) Sets the width of the column.- Parameters:
width- the width of the column- See Also:
-
IsHiddenColumn
public bool IsHiddenColumn()Returns the hidden option of the column.- Returns:
- the hidden option of the column.
- See Also:
-
setHiddenColumn
public void setHiddenColumn(bool isHidden) Sets the hidden option of the column.- Parameters:
isHidden- the hidden option of the column- See Also:
-
getDataType
public System.String getDataType()Returns the data type of the column. The default value is DataType.AUTOMATIC. Automatic data type can be resource and time consuming and we recommend using a defined one. Possible values are available inDataTypeclass.- Returns:
- the data type of the column
- See Also:
-
setDataType
public void setDataType(System.String dataType) Sets the data type of the column. The default value is DataType.AUTOMATIC. Automatic data type can be resource and time consuming and we recommend using a defined one. Possible values are available inDataTypeclass.- Parameters:
dataType- the data type of the column- See Also:
-
getStyle
Returns the style of the column.- Returns:
- the style of the column
- See Also:
-
setStyle
Sets the style of the column.- Parameters:
xlsStyle- the style of the column- See Also:
-
getXF
public int getXF()Internal use only- Returns:
- the xf index of the style
-
setXF
public void setXF(int xfIndex) Internal use only- Parameters:
xfIndex- the xf index of the style
-
getFormat
public System.String getFormat()Returns the number/date format of the column. Possible values are available inFormatclass.- Returns:
- the number/date format of the column
- See Also:
-
setFormat
public void setFormat(System.String format) Sets the number/date format of the column. Possible values are available inFormatclass.- Parameters:
format- the number/date format of the column- See Also:
-
getHorizontalAlignment
public System.String getHorizontalAlignment()Returns the horizontal alignment of the column. Possible values are available inAlignmentclass.- Returns:
- the horizontal alignment of the column
- See Also:
-
setHorizontalAlignment
public void setHorizontalAlignment(System.String horizontalAlignment) Sets the horizontal alignment of the column. Possible values are available inAlignmentclass.- Parameters:
horizontalAlignment- the horizontal alignment of the column- See Also:
-
getVerticalAlignment
public System.String getVerticalAlignment()Returns the vertical alignment of the column. Possible values are available inAlignmentclass.- Returns:
- the vertical alignment of the column
- See Also:
-
setVerticalAlignment
public void setVerticalAlignment(System.String verticalAlignment) Sets the vertical alignment of the column. Possible values are available inAlignmentclass.- Parameters:
verticalAlignment- the vertical alignment of the column- See Also:
-
IsJustifyDistributed
public bool IsJustifyDistributed()Returns the justify distributed setting of the column. It can only be used for distributed alignment.- Returns:
- the justify distributed setting of the column
- See Also:
-
setJustifyDistributed
public void setJustifyDistributed(bool isJustifyDistributed) Sets the justify distributed option of the column. It can only be used for distributed alignment.- Parameters:
isJustifyDistributed- the justify distributed option of the column- See Also:
-
getIndent
public int getIndent()Returns the indent of the column.- Returns:
- the indent of the column.
- See Also:
-
setIndent
public void setIndent(int indent) Sets the indent of the column.- Parameters:
indent- the indent of the column.- See Also:
-
getTextRotation
public int getTextRotation()Returns the text rotation of the column.- Returns:
- the text rotation of the column
- See Also:
-
setTextRotation
public void setTextRotation(int textRotation) Sets the text rotation of the column.- Parameters:
textRotation- the text rotation of the column- See Also:
-
IsWrap
public bool IsWrap()Returns the wrap setting of the column.- Returns:
- the wrap setting of the column
- See Also:
-
setWrap
public void setWrap(bool isWrap) Sets the wrap option of the column.- Parameters:
isWrap- the wrap option of the column- See Also:
-
IsShrink
public bool IsShrink()Returns the shrink setting of the column.- Returns:
- the shrink setting of the column
- See Also:
-
setShrink
public void setShrink(bool isShrink) Sets the shrink option of the column.- Parameters:
isShrink- the shrink option of the column- See Also:
-
getTextDirection
public int getTextDirection()Returns the text direction of the column.- Returns:
- the text direction of the column
- See Also:
-
setTextDirection
public void setTextDirection(int textDirection) Sets the text direction of the column.- Parameters:
textDirection- the text direction of the column- See Also:
-
getFont
public System.String getFont()Returns the name of the column font.- Returns:
- the name of the column font
- See Also:
-
setFont
public void setFont(System.String fontName) Sets the name of the column font.- Parameters:
fontName- the name of the column font- See Also:
-
IsHeadingsFont
public bool IsHeadingsFont()Returns true if the font is the headings font, false otherwise.- Returns:
- true if the font is the headings font, false otherwise
- See Also:
-
setHeadingsFont
public void setHeadingsFont()Sets the headings font.- See Also:
-
IsBodyFont
public bool IsBodyFont()Returns true if the font is the body font, false otherwise.- Returns:
- true if the font is the body font, false otherwise
- See Also:
-
setBodyFont
public void setBodyFont()Sets the body font.- See Also:
-
getFontSize
public int getFontSize()Returns the size of the column font.- Returns:
- the size of the column font
- See Also:
-
setFontSize
public void setFontSize(int fontSize) Sets the size of the column font.- Parameters:
fontSize- the size of the column font- See Also:
-
IsBold
public bool IsBold()Returns the bold setting of the column font.- Returns:
- the bold setting of the column font
- See Also:
-
setBold
public void setBold(bool isBold) Sets the bold option of the column font.- Parameters:
isBold- the bold option of the column font- See Also:
-
IsItalic
public bool IsItalic()Returns the italic setting of the column font.- Returns:
- the italic setting of the column font
- See Also:
-
setItalic
public void setItalic(bool isItalic) Sets the italic option of the column font.- Parameters:
isItalic- the italic option of the column font- See Also:
-
getUnderlineStyle
public int getUnderlineStyle()Returns the underline style of the column font. Possible values are available inFontSettingsclass.- Returns:
- the underline style of the column font
- See Also:
-
setUnderlineStyle
public void setUnderlineStyle(int UnderlineStyle) Sets the underline style of the column font. Possible values are available inFontSettingsclass.- Parameters:
UnderlineStyle- underline style of the column font- See Also:
-
getForeground
public System.Drawing.Color getForeground()Returns the foreground color of the column.- Returns:
- the foreground color of the column
- See Also:
-
getForegroundThemeColor
Returns the foreground color of the column.- Returns:
- the foreground color of the column
- See Also:
-
setForeground
public void setForeground(System.Drawing.Color color) Sets the foreground color of the column.- Parameters:
color- the foreground color of the column- See Also:
-
setForeground
Sets the foreground color of the column.
This method is overridden as setForeground_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the foreground color of the column- See Also:
-
IsStrikethrough
public bool IsStrikethrough()Returns the strikethrough setting of the column font.- Returns:
- the strikethrough setting of the column font
- See Also:
-
setStrikethrough
public void setStrikethrough(bool isStrikethrough) Sets the strikethrough option of the column font.- Parameters:
isStrikethrough- the strikethrough option of the column font- See Also:
-
IsSuperscript
public bool IsSuperscript()Returns the superscript setting of the column font.- Returns:
- the superscript setting of the column font
- See Also:
-
setSuperscript
public void setSuperscript(bool isSuperscript) Sets the superscript option of the column font.- Parameters:
isSuperscript- the superscript option of the column font- See Also:
-
IsSubscript
public bool IsSubscript()Returns the subscript setting of the column font.- Returns:
- the subscript setting of the column font
- See Also:
-
setSubscript
public void setSubscript(bool isSubscript) Sets the subscript option of the column font.- Parameters:
isSubscript- the subscript option of the column font- See Also:
-
setBorderStyles
public void setBorderStyles(int borderTop, int borderBottom, int borderLeft, int borderRight) Sets the border styles of the column. Possible values are available inBorderclass.- Parameters:
borderTop- the border style for the top side of the cellborderBottom- the border style for the bottom side of the cellborderLeft- the border style for the left side of the cellborderRight- the border style for the right side of the cell.- See Also:
-
getTopStyle_Border
public int getTopStyle_Border()Returns the style of the top border. Possible values are available inBorderclass.- Returns:
- the style of the top border
- See Also:
-
setTopStyle_Border
public void setTopStyle_Border(int borderStyle) Sets the style of the top border. Possible values are available inBorderclass.- Parameters:
borderStyle- the style of the top border- See Also:
-
getBottomStyle_Border
public int getBottomStyle_Border()Returns the style of the bottom border. Possible values are available inBorderclass.- Returns:
- the style of the bottom border
- See Also:
-
setBottomStyle_Border
public void setBottomStyle_Border(int borderStyle) Sets the style of the bottom border. Possible values are available inBorderclass.- Parameters:
borderStyle- the style of the bottom border- See Also:
-
getLeftStyle_Border
public int getLeftStyle_Border()Returns the style of the left border. Possible values are available inBorderclass.- Returns:
- the style of the left border
- See Also:
-
setLeftStyle_Border
public void setLeftStyle_Border(int borderStyle) Sets the style of the left border. Possible values are available inBorderclass.- Parameters:
borderStyle- the style of the left border- See Also:
-
getRightStyle_Border
public int getRightStyle_Border()Returns the style of the right border. Possible values are available inBorderclass.- Returns:
- the style of the right border
- See Also:
-
setRightStyle_Border
public void setRightStyle_Border(int borderStyle) Sets the style of the right border. Possible values are available inBorderclass.- Parameters:
borderStyle- the style of the right border- See Also:
-
setBorderColors
public void setBorderColors(System.Drawing.Color borderTop, System.Drawing.Color borderBottom, System.Drawing.Color borderLeft, System.Drawing.Color borderRight) Sets the border colors of the column.- Parameters:
borderTop- the border color for the top side of the cellborderBottom- the border color for the bottom side of the cellborderLeft- the border color for the left side of the cellborderRight- the border color for the right side of the cell.- See Also:
-
setBorderColors
public void setBorderColors(ThemeColor borderTop, ThemeColor borderBottom, ThemeColor borderLeft, ThemeColor borderRight) Sets the border colors of the style.
This method is overridden as setBorderColors_2 in COM+ version of EasyXLS.- Parameters:
borderTop- the border color in the top of cellborderBottom- the border color in the bottom of cellborderLeft- the border color in the left of cellborderRight- the border color in the right of cell- See Also:
-
getTopColor_Border
public System.Drawing.Color getTopColor_Border()Returns the color of the top border.- Returns:
- the color of the top border
- See Also:
-
getTopThemeColor_Border
Returns the color of the top border.- Returns:
- the color of the top border
- See Also:
-
setTopColor_Border
public void setTopColor_Border(System.Drawing.Color color) Sets the color of the top border.- Parameters:
color- the color of the top border- See Also:
-
setTopColor_Border
Sets the color of the top border.
This method is overridden as setTopColor_Border_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the color of the top border- See Also:
-
getBottomColor_Border
public System.Drawing.Color getBottomColor_Border()Returns the color of the bottom border.- Returns:
- the color of the bottom border
- See Also:
-
getBottomThemeColor_Border
Returns the color of the bottom border.- Returns:
- the color of the bottom border
- See Also:
-
setBottomColor_Border
public void setBottomColor_Border(System.Drawing.Color color) Sets the color of the bottom border.- Parameters:
color- the color of the bottom border- See Also:
-
setBottomColor_Border
Sets the color of the bottom border.
This method is overridden as setBottomColor_Border_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the color of the bottom border- See Also:
-
getLeftColor_Border
public System.Drawing.Color getLeftColor_Border()Returns the color of the left border.- Returns:
- the color of the left border
- See Also:
-
getLeftThemeColor_Border
Returns the color of the left border.- Returns:
- the color of the left border
- See Also:
-
setLeftColor_Border
public void setLeftColor_Border(System.Drawing.Color color) Sets the color of the left border.- Parameters:
color- the color of the left border- See Also:
-
setLeftColor_Border
Sets the color of the left border.
This method is overridden as setLeftColor_Border_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the color of the left border- See Also:
-
getRightColor_Border
public System.Drawing.Color getRightColor_Border()Returns the color of the right border.- Returns:
- the color of the right border
- See Also:
-
getRightThemeColor_Border
Returns the color of the right border.- Returns:
- the color of the right border
- See Also:
-
setRightColor_Border
public void setRightColor_Border(System.Drawing.Color color) Sets the color of the right border.- Parameters:
color- the color of the right border- See Also:
-
setRightColor_Border
Sets the color of the right border.
This method is overridden as setRightColor_Border_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the color of the right border- See Also:
-
setDiagonalBorder
public void setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, System.Drawing.Color borderColor) Sets the diagonal borders.- Parameters:
borderDiagonalUp- true if the diagonal up border is setborderDiagonalDown- true if the diagonal down border is setborderStyle- the style of the diagonal border. Possible values are available inBorderclass.borderColor- the color of the diagonal border- See Also:
-
setDiagonalBorder
public void setDiagonalBorder(bool borderDiagonalUp, bool borderDiagonalDown, int borderStyle, ThemeColor borderColor) Sets the diagonal borders.
This method is overridden as setDiagonalBorder_2 in COM+ version of EasyXLS.- Parameters:
borderDiagonalUp- true if the diagonal up border is setborderDiagonalDown- true if the diagonal down border is setborderStyle- the style of the diagonal border. Possible values are available inBorderclass.borderColor- the color of the diagonal border- See Also:
-
getDiagonalUpStyle_Border
public int getDiagonalUpStyle_Border()Returns the style of the diagonal up border. Possible values are available inBorderclass.- Returns:
- the style of the diagonal up border
- See Also:
-
getDiagonalDownStyle_Border
public int getDiagonalDownStyle_Border()Returns the style of the diagonal down border. Possible values are available inBorderclass.- Returns:
- the style of the diagonal down border
- See Also:
-
getDiagonalColor_Border
public System.Drawing.Color getDiagonalColor_Border()Returns the color of the diagonal border.- Returns:
- the color of the diagonal border
- See Also:
-
getDiagonalThemeColor_Border
Returns the color of the diagonal border.- Returns:
- the color of the diagonal border
- See Also:
-
getBackground
public System.Drawing.Color getBackground()Returns the background color of the column.- Returns:
- the background color of the column
- See Also:
-
getBackgroundThemeColor
Returns the background color of the column.- Returns:
- the background color of the column
- See Also:
-
setBackground
public void setBackground(System.Drawing.Color color) Sets the background color of the column.- Parameters:
color- the background color of the column- See Also:
-
setBackground
Sets the background color of the column.
This method is overridden as setBackground_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the background color of the column- See Also:
-
getPattern
public int getPattern()Returns the pattern of the column.- Returns:
- the pattern of the column
- See Also:
-
setPattern
public void setPattern(int pattern) Sets the pattern of the column.- Parameters:
pattern- the pattern of the column- See Also:
-
getPatternColor
public System.Drawing.Color getPatternColor()Returns the pattern color of the column.- Returns:
- the pattern color of the column
- See Also:
-
getPatternThemeColor
Returns the pattern color of the column.- Returns:
- the pattern color of the column
- See Also:
-
setPatternColor
public void setPatternColor(System.Drawing.Color color) Sets the pattern color of the column.- Parameters:
color- the pattern color of the column- See Also:
-
setPatternColor
Sets the pattern color of the column.
This method is overridden as setPatternColor_2 in COM+ version of EasyXLS.- Parameters:
themeColor- the pattern color of the column- See Also:
-
getGradientColor1
public System.Drawing.Color getGradientColor1()Returns the first color of the gradient fill.- Returns:
- the first color of the gradient fill
- See Also:
-
getGradientColor2
public System.Drawing.Color getGradientColor2()Returns the second color of the gradient fill.- Returns:
- the second color of the gradient fill
- See Also:
-
setGradientFill
public void setGradientFill(System.Drawing.Color color1, System.Drawing.Color color2, int shadingStyle) Sets the gradient fill for the style.- Parameters:
color1- the first color of the gradient fillcolor2- the second color of the gradient fillshadingStyle- the shading style of the gradient fill. Possible values are available inFillclass.- See Also:
-
getGradientThemeColor1
Returns the first color of the gradient fill.- Returns:
- the first color of the gradient fill
- See Also:
-
getGradientThemeColor2
Returns the second color of the gradient fill.- Returns:
- the second color of the gradient fill
- See Also:
-
setGradientFill
Sets the gradient fill for the style.- Parameters:
themeColor1- the first color of the gradient fillthemeColor2- the second color of the gradient fillshadingStyle- the shading style of the gradient fill. Possible values are available inFillclass.- See Also:
-
getGradientShadingStyle
public int getGradientShadingStyle()Returns the shading style of the gradient fill. Possible values are available inFillclass.- Returns:
- the shading style of the gradient fill
- See Also:
-
IsLocked
public bool IsLocked()Returns the locked setting of the column.- Returns:
- the locked setting of the column
- See Also:
-
setLocked
public void setLocked(bool isLocked) Sets the locked option of the column.- Parameters:
isLocked- the locked option of the column- See Also:
-
IsHiddenFormula
public bool IsHiddenFormula()Returns the hidden setting of the column.- Returns:
- the hidden setting of the column
- See Also:
-
setHiddenFormula
public void setHiddenFormula(bool isHidden) Sets the hidden option of the column.- Parameters:
isHidden- the hidden option of the column- See Also:
-
getOutlineLevel
public int getOutlineLevel()Internal use only- Returns:
- the outline level of the group
-
setOutlineLevel
public void setOutlineLevel(int nOutlineLevel) Internal use only- Parameters:
nOutlineLevel- the outline level of the group
-
IsCollapsed
public bool IsCollapsed()Internal use only- Returns:
- true if the data group is collapsed, false otherwise
-
setCollapsed
public void setCollapsed(bool isCollapsed) Internal use only- Parameters:
isCollapsed- true if the data group is collapsed, false otherwise
-
Clone
Creates and returns a copy of this object.- Returns:
- a clone of this instance.
-