Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("the method is not implemented")]
public void SetAutoFormat(
	AutoFormatType format,
	AutoFormatOptions options
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub SetAutoFormat ( 
	format As AutoFormatType,
	options As AutoFormatOptions
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void SetAutoFormat(
	AutoFormatType format, 
	AutoFormatOptions options
)
[<ObsoleteAttribute("the method is not implemented")>]
member SetAutoFormat : 
        format : AutoFormatType * 
        options : AutoFormatOptions -> unit 

Parameters

format
AutoFormatType
options
AutoFormatOptions

See Also