Table of Contents

TProtectedRange.SecurityDescriptorXLS Property

Returns the security descriptor of the protected range, for XLS files. This is a byte array encapsulating a Windows Security Descriptor, and it is used if you are giving permissions to some users in the range. Note that because of the different security descriptor formats, FlexCel won't convert between security descriptors from xls and xlsx. Take a look at APIMate to see the descriptor of a particular file.

Syntax

Namespace: FlexCel.Core

public Byte[] SecurityDescriptorXLS { get; set; }

See also