Table of Contents

PacMap.Additionals.Exporting.Table

Constructor

Table()

/// <summary>
/// Constructs new empty table
/// </summary>
Table()

Properties

int Columns

/// <summary>
/// Get Number of Columns
/// </summary>
int Columns { get; }

int MaxWidth

/// <summary>
/// Get or Set Max Width
/// </summary>
int MaxWidth { get; } { set; }

int Rows

/// <summary>
/// Get Number of Rows
/// </summary>
int Rows { get; }