Namespace: Spire.Xls.Core.Spreadsheet.Charts
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
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 InitForFrameFormat( bool bIsAutoSize, bool bIs3DChart, bool bIsInteriorGray, bool bIsGray50 )
<ObsoleteAttribute("the method is not implemented")> Public Sub InitForFrameFormat ( bIsAutoSize As Boolean, bIs3DChart As Boolean, bIsInteriorGray As Boolean, bIsGray50 As Boolean )
public: [ObsoleteAttribute(L"the method is not implemented")] void InitForFrameFormat( bool bIsAutoSize, bool bIs3DChart, bool bIsInteriorGray, bool bIsGray50 )
[<ObsoleteAttribute("the method is not implemented")>] member InitForFrameFormat : bIsAutoSize : bool * bIs3DChart : bool * bIsInteriorGray : bool * bIsGray50 : bool -> unit