Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.