LynnaLab.FileComponent.SetSpacing C# (CSharp) Method

SetSpacing() public method

public SetSpacing ( int index, int spaces ) : void
index int
spaces int
return void
        public void SetSpacing(int index, int spaces)
        {
            spacing[index] = spaces;
        }