Share via


Workbook.FileSharing Property

File Sharing.Represents the element tag in schema: x:fileSharing

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property FileSharing As FileSharing
    Get
    Set
'Usage
Dim instance As Workbook
Dim value As FileSharing

value = instance.FileSharing

instance.FileSharing = value
public FileSharing FileSharing { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.FileSharing

See Also

Reference

Workbook Class

Workbook Members

DocumentFormat.OpenXml.Spreadsheet Namespace