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
)
<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
-
Type:
Spire.Xls
AutoFormatType
Represents format to set.
See Also