Link Search Menu Expand Document

Row Class

Row class
Inheritance Hierarchy
SystemObject
Bytescout.SpreadsheetRow

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public class Row : IRow, IFontFormat, IExtFormat

The Row type exposes the following members.

Properties
NameDescription
Public propertyAlignmentHorizontal
Sets the horizontal text alignment style of the row.
Public propertyAlignmentVertical
Sets the vertical text alignment style of the row.
Public propertyBottomBorderColor
Sets the color of the bottom border.
Public propertyBottomBorderStyle
Sets the bottom border style.
Public propertyCellFormat
Gets or sets the cell format
Public propertyColumnMax
Gets the index of the last column that contains a cell populated with data or formatting in the row.
Public propertyColumnMin
Gets the index of the first column that contains a cell populated with data or formatting in the row.
Public propertyDiagonalBorderColor
Gets or sets the color of the diagonal border.
Public propertyDiagonalBorderStyle
Gets or sets the diagonal border style.
Public propertyFillPattern
Sets the fill pattern of the row.
Public propertyFillPatternBackColor
Sets the background color for a fill pattern of the row.
Public propertyFillPatternBackColorOLE
OLE/COM version of FillPatternBackColor property for environments with the late object binding, like VBScript.
Public propertyFillPatternForeColor
Sets the foreground color for a fill pattern of the row.
Public propertyFillPatternForeColorOLE
OLE/COM version of FillPatternForeColor property for environments with the late object binding, like VBScript.
Public propertyFont
Sets the font.
Public propertyFontColor
Gets or sets the color of the font.
Public propertyFontColorIndex
Gets or sets the index of the font color.
Public propertyFontEscapement
Gets or sets the font escapement.
Public propertyFontUnderline
Sets the font underline style.
Public propertyHeight
Gets or sets the height of row.
Public propertyHeightInPoints
Gets the height of row in points.
Protected propertyHeightInTwips
Gets or sets the height of row.
Public propertyHidden
Gets or sets indicating that the row is hidden.
Public propertyHiddenFormula
Gets or sets a value indicating whether formula is hidden.
Public propertyIndent
Gets or sets the Indent value for the cell.
Public propertyIsDiagonalDownLine
Gets or sets a value indicating whether this instance is diagonal down line
Public propertyIsDiagonalUpLine
Gets or sets a value indicating whether this instance is diagonal up line
Public propertyIsFormatted
Gets a bool value indicating that the row is formatted differently from the default format.
Public propertyIsNotEmptyCells
Gets a bool value indicating that the row contains only empty cells or not
Public propertyItem
Gets the Cell at the specified Index.
Public propertyLeftBorderColor
Sets the color of the left border.
Public propertyLeftBorderStyle
Sets the left border style.
Public propertyLocked
Gets or sets a value indicating whether this Row is locked or not
Public propertyNumberFormat
Gets or sets the number format string.
Public propertyRightBorderColor
Sets the color of the right border.
Public propertyRightBorderStyle
Sets the right border style.
Public propertyRotation
Sets the text rotation angle for the row.
Public propertyShrinkToFit
Gets or sets a value indicating shrink content to fit into cell.
Public propertyTextDirection
Gets or sets the reading order.
Public propertyTopBorderColor
Sets the color of the top border.
Public propertyTopBorderStyle
Sets the top border style.
Public propertyUseStandardHeight
Gets or sets a value indicating that row height equals the standard height of the sheet.
Public propertyWrap
Sets a value indicating whether a text is wrapped.
Top
Methods
NameDescription
Public methodAutoFit
AutoFit of row height.
Public methodDeleteCell
Deletes the cells.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInsertCell
Inserts the cells.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetFontColorRGB
Sets the color of the font from the specified 8-bit color values (red, green, and blue).
Public methodSetFontProperties
Sets the font properties.
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Fields
NameDescription
Protected fieldmax
Max cell
Protected fieldmin
Min cell
Protected fieldrecalcMinMax
Recalculate min and max
Top
See Also

Reference