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# 
public IListBoxes ListBoxes { get; }
Public ReadOnly Property ListBoxes As IListBoxes
	Get
public:
property IListBoxes^ ListBoxes {
	IListBoxes^ get ();
}
member ListBoxes : IListBoxes with get

Property Value

IListBoxes

See Also