Enum WordSprmOperandSize
Size of the operand for sprm (Single PRoperty Modifier).
Namespace: Syncfusion.DocIO.ReaderWriter.Biff_Records
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public enum WordSprmOperandSize
Fields
Name | Description |
---|---|
FourBytes | Size of the operand, 4 bytes. |
OneBit | 1 byte, operand affects 1 bit. |
OneByte | Size of the operand, 1 byte. |
ThreeBytes | Size of the operand, 3 bytes. |
TwoBytes | Size of the operand, 2 bytes |
TwoBytes2 | Size of the operand, TwoBytes2. |
TwoBytes3 | Size of the operand, TwoBytes3. |
Variable | Variable length - following byte is size of operand. |