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
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub SetAutoFormat ( 
	format As AutoFormatType
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void SetAutoFormat(
	AutoFormatType format
)
[<ObsoleteAttribute("the method is not implemented")>]
member SetAutoFormat : 
        format : AutoFormatType -> unit 

Parameters

format
AutoFormatType

See Also