Removes a tab, and everything on it.
iex> Sheetshow.Op.DeleteSheet.new("log")
%Sheetshow.Op.DeleteSheet{title: "log"}Nothing plans one of these for you: losing a sheet is not something a write should decide on your behalf, so it is yours to ask for.
Summary
Functions
Builds the op.
Types
@type t() :: %Sheetshow.Op.DeleteSheet{title: String.t()}