NamedRange.ServerActions Property (2007 System)
Gets the actions that can be performed on the Microsoft Office SharePoint server for a NamedRange 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 NamedRange
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
An Microsoft.Office.Interop.Excel.Actions object that represents the actions that can be performed on the SharePoint server for a NamedRange 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.