KitchenDraw SDK 2
Show / Hide Table of Contents

Property this

this[int, int]

Reads/writes the information of the cell which has in the table given row and column ranks.

Declaration
public string this[int rowRank, int columnRank] { get; set; }
Parameters
Type Name Description
int rowRank

Zero-based row rank.

int columnRank

Zero-bases column rank.

Property Value
Type Description
string

The contained information.

Remarks

Attention: some information in a catalog is language dependent (e.g. block name and description). This information is returned in the application's current language

In this article
Back to top Generated by DocFX