Click or drag to resize
NanoXLSX

WorksheetSetColumnDefaultStyle(Int32, Style) Method

Sets the default column style of the passed column number (zero-based)

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
public Style SetColumnDefaultStyle(
	int columnNumber,
	Style style
)

Parameters

columnNumber  Int32
Column number (zero-based, from 0 to 16383)
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 number is out of range
b) if the column width is out of range (0 - 255.0)
See Also