Table of Contents

Class TablePropertyRowFormula

Namespace
Ascon.Polynom.Web.Api.Data.Models.Formulas
Assembly
Ascon.Polynom.Web.Api.Data.dll
public class TablePropertyRowFormula : ITablePropertyRowFormula
Inheritance
TablePropertyRowFormula
Implements
Inherited Members

Constructors

TablePropertyRowFormula()

public TablePropertyRowFormula()

Properties

ColumnNumber

Порядковый номер столбца.

public int ColumnNumber { get; set; }

Property Value

int

Formula

Идентификатор формулы.

public IIdentifiableObject? Formula { get; set; }

Property Value

IIdentifiableObject

RowNumber

Порядковый номер строки.

public int RowNumber { get; set; }

Property Value

int