iTextSharp.text.SimpleCell.SimpleCell C# (CSharp) Метод

SimpleCell() публичный Метод

public SimpleCell ( bool row ) : System
row bool
Результат System
        public SimpleCell(bool row) : base (0f, 0f, 0f, 0f) {
            cellgroup = row;
            Border = BOX;
        }