SpreadJS Documentation
Row type
Represents a row in a sheet.
Syntax
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea);
function Row;
Inheritance Hierarchy

Object
   GcSpread.Sheets.Row

Constructors
 NameDescription
public ConstructorRow ConstructorRepresents a row in a sheet.  
Top
Fields
 NameDescription
public FieldindexGets row index of the first row in the range.  
public Fieldindex2Gets row index of the last row in the range.  
public FieldsheetGets the sheet that contains this row.  
public FieldsheetAreaGets the area that contains this row.  
Top
Methods
 NameDescription
public MethodbackColorGets or sets the background color for the row, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on.  
public MethodbackgroundImageGets or sets the background image for the row.  
public MethodbackgroundImageLayoutGets or sets the background image layout for the row.  
public MethodborderBottomGets or sets the bottom border for the row.  
public MethodborderLeftGets or sets the left border for the row.  
public MethodborderRightGets or sets the right border for the row.  
public MethodborderTopGets or sets the top border for the row.  
public MethodcellTypeGets or sets the cell type for the row.  
public MethodclearStylePropertyClears the style setting for the specified property that is a property of GcSpread.Sheets.Style, such as "backColor", "foreColor", and so on.  
public MethoddataValidatorGets or sets the data validator for the row.  
public MethodfontGets or sets the font for the row, such as "normal normal normal 20px/normal Arial".  
public MethodforeColorGets or sets the text color for the row, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on.  
public MethodformatterGets or sets the formatter for the row.  
public MethodhAlignGets or sets the horizontal alignment for the contents of the row.  
public MethodheightGets or sets the height of the row in pixels.  
public MethodimeModeGets or sets the imeMode of the row.  
public MethodlockedGets or sets whether the cells in the row are locked. When the sheet is protected, the locked cell cannot be edited.  
public MethodresizableGets or sets whether the row can be resized by the user.  
public MethodshrinkToFitGets or sets whether the content of the cells in the row shrinks to fit.  
public MethodtabStopGets or sets a value that indicates whether the user can set focus to the cells in the row using the Tab key.  
public MethodtagGets or sets the tag for the row.  
public MethodtextDecorationGets or sets the type of the decoration added to the text of the cells in the row.  
public MethodtextIndentGets or sets the text indent for the row.  
public MethodthemeFontGets or sets the theme font for the row.  
public MethodvAlignGets or sets the vertical alignment for the contents of the row.  
public MethodvisibleGets or set whether the row is displayed.  
public MethodwatermarkGets or sets the content of the row watermark.  
public MethodwordWrapGets or sets whether text can wrap in the cells in the row.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.