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