Interface ILengthSetter
Summary description for ILengthSetter.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public interface ILengthSetter
Methods
SetLength(Int32)
Sets length of the internal data.
Declaration
void SetLength(int iLength)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | iLength | New length to set. |