ChartLegendEntriesColl
CanDelete Method
 | 
Determines if an entry at the specified index can be deleted.
Namespace:
Spire.Xls.Core.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public bool CanDelete(
	int iIndex
)
 
Public Function CanDelete ( 
	iIndex As Integer
) As Boolean
 
public:
bool CanDelete(
	int iIndex
)
 
member CanDelete : 
iIndex : int -> bool 
 
 
 
Parameters
- 
iIndex
 
- 
Type:
System
Int32
The index of the entry to check.
 
Return Value
Type:
Boolean
Returns true if the entry can be deleted, false otherwise.
 
See Also