Click or drag to resize

OpjFile Class

[Missing <summary> documentation for "T:Altaxo.Serialization.Origin.OpjFile"]

Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.OriginOpjFile

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class OpjFile

The OpjFile type exposes the following members.

Constructors
 NameDescription
Public methodOpjFileInitializes a new instance of the OpjFile class
Top
Methods
 NameDescription
Public methodcolName get name of column c of spreadsheet s
Public methodcolType get type of column c of spreadsheet s
Public methodData get data of column c of spreadsheet s
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodmaxRows get maximum number of rows of spreadsheet s
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodnumCols get number of columns of spreadsheet s
Public methodnumRows get number of rows of column c of spreadsheet s
Public methodnumSpreads get number of spreadsheets
Public methodParse 
Public methodspreadName get name of spreadsheet s
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodVersion 
Top
See Also