Show / Hide Table of Contents

Class Row

Represent print row.

Inheritance
System.Object
Row
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Prints
Assembly: SpiceSharpParser.dll
Syntax
public class Row

Constructors

| Improve this Doc View Source

Row(Int32)

Initializes a new instance of the Row class.

Declaration
public Row(int rowIndex)
Parameters
Type Name Description
System.Int32 rowIndex

row index

Properties

| Improve this Doc View Source

Columns

Gets the row columns.

Declaration
public List<double> Columns { get; }
Property Value
Type Description
System.Collections.Generic.List<System.Double>
| Improve this Doc View Source

RowIndex

Gets the row index.

Declaration
public int RowIndex { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX