Click or drag to resize
PicoXLSX

WorksheetSetColumnDefaultStyle(String, Style) Method

Sets the default column style of the passed column address

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public Style SetColumnDefaultStyle(
	string columnAddress,
	Style style
)

Parameters

columnAddress  String
Column address (A - XFD)
style  Style
Style to set as default. If null, the style is cleared

Return Value

Style
Assigned style or null if cleared
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException:
a) If the passed column address is out of range
b) if the column width is out of range (0 - 255.0)
See Also