xlnt
Public Attributes | List of all members
xlnt::sheet_format_properties Class Reference

General worksheet formatting properties. More...

#include <sheet_format_properties.hpp>

Public Attributes

optional< double > base_col_width
 The base column width More...
 
double default_row_height = 15.0
 The default row height is required More...
 
optional< double > default_column_width
 The default column width More...
 
optional< double > dy_descent
 x14ac extension, dyDescent property More...
 

Detailed Description

General worksheet formatting properties.

Member Data Documentation

◆ base_col_width

optional<double> xlnt::sheet_format_properties::base_col_width

The base column width

◆ default_column_width

optional<double> xlnt::sheet_format_properties::default_column_width

The default column width

◆ default_row_height

double xlnt::sheet_format_properties::default_row_height = 15.0

The default row height is required

◆ dy_descent

optional<double> xlnt::sheet_format_properties::dy_descent

x14ac extension, dyDescent property


The documentation for this class was generated from the following file: