Row Class
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Row class
Inheritance Hierarchy
Bytescout.SpreadsheetRow
Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
The Row type exposes the following members.
Properties
Name | Description | |
---|---|---|
AlignmentHorizontal | Sets the horizontal text alignment style of the row. | |
AlignmentVertical | Sets the vertical text alignment style of the row. | |
BottomBorderColor | Sets the color of the bottom border. | |
BottomBorderStyle | Sets the bottom border style. | |
CellFormat | Gets or sets the cell format | |
ColumnMax | Gets the index of the last column that contains a cell populated with data or formatting in the row. | |
ColumnMin | Gets the index of the first column that contains a cell populated with data or formatting in the row. | |
DiagonalBorderColor | Gets or sets the color of the diagonal border. | |
DiagonalBorderStyle | Gets or sets the diagonal border style. | |
FillPattern | Sets the fill pattern of the row. | |
FillPatternBackColor | Sets the background color for a fill pattern of the row. | |
FillPatternBackColorOLE | OLE/COM version of FillPatternBackColor property for environments with the late object binding, like VBScript. | |
FillPatternForeColor | Sets the foreground color for a fill pattern of the row. | |
FillPatternForeColorOLE | OLE/COM version of FillPatternForeColor property for environments with the late object binding, like VBScript. | |
Font | Sets the font. | |
FontColor | Gets or sets the color of the font. | |
FontColorIndex | Gets or sets the index of the font color. | |
FontEscapement | Gets or sets the font escapement. | |
FontUnderline | Sets the font underline style. | |
Height | Gets or sets the height of row. | |
HeightInPoints | Gets the height of row in points. | |
HeightInTwips | Gets or sets the height of row. | |
Hidden | Gets or sets indicating that the row is hidden. | |
HiddenFormula | Gets or sets a value indicating whether formula is hidden. | |
Indent | Gets or sets the Indent value for the cell. | |
IsDiagonalDownLine | Gets or sets a value indicating whether this instance is diagonal down line | |
IsDiagonalUpLine | Gets or sets a value indicating whether this instance is diagonal up line | |
IsFormatted | Gets a bool value indicating that the row is formatted differently from the default format. | |
IsNotEmptyCells | Gets a bool value indicating that the row contains only empty cells or not | |
Item | Gets the Cell at the specified Index. | |
LeftBorderColor | Sets the color of the left border. | |
LeftBorderStyle | Sets the left border style. | |
Locked | Gets or sets a value indicating whether this Row is locked or not | |
NumberFormat | Gets or sets the number format string. | |
RightBorderColor | Sets the color of the right border. | |
RightBorderStyle | Sets the right border style. | |
Rotation | Sets the text rotation angle for the row. | |
ShrinkToFit | Gets or sets a value indicating shrink content to fit into cell. | |
TextDirection | Gets or sets the reading order. | |
TopBorderColor | Sets the color of the top border. | |
TopBorderStyle | Sets the top border style. | |
UseStandardHeight | Gets or sets a value indicating that row height equals the standard height of the sheet. | |
Wrap | Sets a value indicating whether a text is wrapped. |
Methods
Name | Description | |
---|---|---|
AutoFit | AutoFit of row height. | |
DeleteCell | Deletes the cells. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
InsertCell | Inserts the cells. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetFontColorRGB | Sets the color of the font from the specified 8-bit color values (red, green, and blue). | |
SetFontProperties | Sets the font properties. | |
ToString | Returns a String that represents the current Object. (Overrides ObjectToString.) |
Fields
Name | Description | |
---|---|---|
max | Max cell | |
min | Min cell | |
recalcMinMax | Recalculate min and max |
See Also