Share via


XmlMappedRange.ServerActions Property (2007 System)

Gets the actions that can be performed on the SharePoint server for an XmlMappedRange object.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ServerActions As Actions
'Usage
Dim instance As XmlMappedRange 
Dim value As Actions 

value = instance.ServerActions
[BrowsableAttribute(false)]
public Actions ServerActions { get; }
[BrowsableAttribute(false)]
public:
property Actions^ ServerActions {
    Actions^ get ();
}
public function get ServerActions () : Actions

Property Value

Type: Actions
The actions that can be performed on the SharePoint server for an XmlMappedRange object.

.NET Framework Security

See Also

Reference

XmlMappedRange Class

XmlMappedRange Members

Microsoft.Office.Tools.Excel Namespace