XlsChartFrameFormat
SetDefaultValues Method
|
Note: This API is now obsolete.
Set variable to the default state.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
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 SetDefaultValues(
bool bAutoSize,
bool bIsInteriorGray
)
<ObsoleteAttribute("the method is not implemented")>
Public Sub SetDefaultValues (
bAutoSize As Boolean,
bIsInteriorGray As Boolean
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void SetDefaultValues(
bool bAutoSize,
bool bIsInteriorGray
)
[<ObsoleteAttribute("the method is not implemented")>]
member SetDefaultValues :
bAutoSize : bool *
bIsInteriorGray : bool -> unit
Parameters
-
bAutoSize
-
Type:
System
Boolean
Indicates whether MS Excel should calculate size of the frame.
-
bIsInteriorGray
-
Type:
System
Boolean
A boolean indicating whether the interior of the object should be gray.
See Also