C# 클래스 Dt.CalcEngine.Expressions.CalcBangCellExpression

Represents a cell reference on current sheet expression.
상속: Dt.CalcEngine.Expressions.CalcCellExpression
파일 보기 프로젝트 열기: Daoting/dt

공개 메소드들

메소드 설명
CalcBangCellExpression ( int row, int column ) : System

Initializes a new instance of the T:Dt.CalcEngine.Expressions.CalcCellExpression class.

CalcBangCellExpression ( int row, int column, bool rowRelative, bool columnRelative ) : System

Initializes a new instance of the T:Dt.CalcEngine.Expressions.CalcCellExpression class.

Offset ( int row, int column, bool offsetAbsolute = false, bool offsetRelative = true ) : Dt.CalcEngine.Expressions.CalcExpression

Get a new expression with specific offset.

메소드 상세

CalcBangCellExpression() 공개 메소드

Initializes a new instance of the T:Dt.CalcEngine.Expressions.CalcCellExpression class.
public CalcBangCellExpression ( int row, int column ) : System
row int Row coordinate of cell.
column int Column coordinate of cell.
리턴 System

CalcBangCellExpression() 공개 메소드

Initializes a new instance of the T:Dt.CalcEngine.Expressions.CalcCellExpression class.
public CalcBangCellExpression ( int row, int column, bool rowRelative, bool columnRelative ) : System
row int Row coordinate of cell.
column int Column coordinate of cell.
rowRelative bool Whether row coordinate is relative.
columnRelative bool Whether the column coordinate is relative.
리턴 System

Offset() 공개 메소드

Get a new expression with specific offset.
public Offset ( int row, int column, bool offsetAbsolute = false, bool offsetRelative = true ) : Dt.CalcEngine.Expressions.CalcExpression
row int the row offset
column int the column offset
offsetAbsolute bool true if offset the absolute indexes.
offsetRelative bool true if offset the relative indexes.
리턴 Dt.CalcEngine.Expressions.CalcExpression