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 RemoveRange(
	Rectangle[] rectangles
)
<ObsoleteAttribute("the method is not implemented")> 
Public Sub RemoveRange ( 
	rectangles As Rectangle()
)
public:
[ObsoleteAttribute(L"the method is not implemented")]
void RemoveRange(
	array<Rectangle>^ rectangles
)
[<ObsoleteAttribute("the method is not implemented")>]
member RemoveRange : 
        rectangles : Rectangle[] -> unit 

Parameters

rectangles
array<Rectangle>[]()[][]

See Also