Click or drag to resize

XlsRange SetAutoFormat Method (AutoFormatType)

Note: This API is now obsolete.

Sets auto format for current range.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("the method is not implemented")]
public void SetAutoFormat(
	AutoFormatType format
)

Parameters

format
Type: Spire.Xls AutoFormatType
Represents format to set.
See Also