AlbLib.XLD.XLDSubfile.XLDSubfile C# (CSharp) 메소드

XLDSubfile() 공개 메소드

public XLDSubfile ( short index ) : System
index short
리턴 System
        public XLDSubfile(short index)
        {
            Index = index;
        }

Same methods

XLDSubfile::XLDSubfile ( Stream stream, int length ) : System
XLDSubfile::XLDSubfile ( Stream stream, int length, short index ) : System
XLDSubfile::XLDSubfile ( byte data, short index ) : System