ColumnCount

Propiedad ITextFrameFormat.ColumnCount

Devuelve o establece el número de columnas en el área de texto. Este valor debe ser un número positivo. De lo contrario, el valor se establecerá en cero. El valor 0 significa valor indefinido. Lectura/escritura Int32.

public int ColumnCount { get; set; }

Vea También