GcSpread.Sheets Namespace : Column type |
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
function Column;
Object
GcSpread.Sheets.Column
Name | Description | |
---|---|---|
Column Constructor | Represents a column in a sheet. |
Name | Description | |
---|---|---|
index | Gets column index of the first column in the range. | |
index2 | Gets column index of the last column in the range. | |
sheet | Gets the sheet that contains this column. | |
sheetArea | Gets the area that contains this column. |
Name | Description | |
---|---|---|
backColor | Gets or sets the background color for the column, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on. | |
backgroundImage | Gets or sets the background image for the column. | |
backgroundImageLayout | Gets or sets the background image layout for the column. | |
borderBottom | Gets or sets the bottom border for the column. | |
borderLeft | Gets or sets the left border for the column. | |
borderRight | Gets or sets the right border for the column. | |
borderTop | Gets or sets the top border for the column. | |
cellType | Gets or sets the cell type for the column. | |
clearStyleProperty | Clears the style setting for the specified property that is a property of GcSpread.Sheets.Style, such as "backColor", "foreColor", and so on. | |
dataValidator | Gets or sets the data validator for the column. | |
font | Gets or sets the font for the column, such as "normal normal normal 20px/normal Arial". | |
foreColor | Gets or sets the color of the text in the column, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on. | |
formatter | Gets or sets the formatter for the column. | |
hAlign | Gets or sets the horizontal alignment of the contents of the cells in the column. | |
imeMode | Gets or sets the imeMode of the column. | |
locked | Gets or sets whether the cells in the column are locked. When the sheet is protected, the locked cell cannot be edited. | |
resizable | Gets or sets if the column can be resized by the user. | |
shrinkToFit | Gets or sets whether the contents of the cells in the column can shrink to fit. | |
tabStop | Gets or sets a value that indicates whether the user can set focus to the cells in the column using the Tab key. | |
tag | Gets or sets the tag for the column. | |
textDecoration | Gets or sets the type of the decoration added to the text of the cells in the column. | |
textIndent | Gets or sets the text indent for the column. | |
themeFont | Gets or sets the theme font for the column. | |
vAlign | Gets or sets the vertical alignment of the contents of the cells in the column. | |
visible | Gets or sets whether the column is displayed. | |
watermark | Gets or sets the content of the column watermark. | |
width | Gets or sets the width of the column in pixels. | |
wordWrap | Gets or sets whether text wraps in the cells in the column. |