ColumnCount

ITextFrameFormat.ColumnCount property

Returns or sets number of columns in the text area. This value must be a positive number. Otherwise, the value will be set to zero. Value 0 means undefined value. Read/write Int32.

public int ColumnCount { get; set; }

See Also