KitchenDraw SDK 2
Show / Hide Table of Contents

Property this

this[int]

Reads/writes the information of the cell which has given column rank.

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

Zero-based 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