Click or drag to resize

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
)

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