API Reference
Class
LegacyXlsDataValidationCollectionRecord
Describes a BIFF DVal data-validation collection header discovered during legacy XLS import.
Inheritance
- Object
- LegacyXlsDataValidationCollectionRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public LegacyXlsDataValidationCollectionRecord(String sheetName, Int32 recordOffset, UInt16 recordType, Int32 payloadLength, UInt32 declaredValidationCount) #Creates parsed BIFF DVal collection metadata.
Parameters
- sheetName System.String
- recordOffset System.Int32
- recordType System.UInt16
- payloadLength System.Int32
- declaredValidationCount System.UInt32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SheetName { get; } #Gets the worksheet name associated with the DVal record.
public Int32 RecordOffset { get; } #Gets the byte offset of the BIFF record.
public UInt16 RecordType { get; } #Gets the BIFF record type identifier.
public Int32 PayloadLength { get; } #Gets the BIFF record payload length in bytes.
public UInt32 DeclaredValidationCount { get; } #Gets the validation-rule count declared by the DVal header.